Coder Social home page Coder Social logo

official-sounding / bouttime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from derbybouttime/bouttime

1.0 3.0 0.0 12.93 MB

'Bout time we got this game started.

License: Other

HTML 0.13% CoffeeScript 89.63% JavaScript 2.58% CSS 7.50% Shell 0.16%

bouttime's Introduction

CircleCI Code Climate

Prerequisites

BoutTime requires version 0.10.x of node.js to run, which can be installed from their website. Note this is an older version and we are working on bringing the application up to date.

Alternatively, you may install node on OSX via Homebrew

$ brew install node010

Using the Alpha Release

You can install the current alpha release via NPM


WARNING!

Installing via NPM is not currently recommended. We recommend installing for local development


$ npm install -g wftda-bouttime

Once it is installed you can run it using the following command:

$ bouttime-server

With the BoutTime server running in the background, open a browser to http://localhost:3000 to use the app.

To update to a newer version, use this command:

$ npm update -g wftda-bouttime

Note: At this present moment, the software is considered alpha so we are discouraging regular installations in favor of local development installs. Please bear with us as we bring the app up to a releaseable state.

Development

Use setup.sh (i.e. ./setup.sh) to install the necessary dependencies or follow the steps below to get your development environment up and running:

$ npm install -g bower gulp
$ npm install
$ npm link # Link from your globally installed node modules

gulp watch will automatically recompile assets when source files are changed

$ gulp watch # Build and watch for changes with gulp

Start the server via bouttime-server or nodemon bin/bouttime-server to listen for changes during development and navigate to http://localhost:3000.

Publishing

Publish package to the NPM repository:

$ #Bump version numbers
$ gulp package
$ git commit -am "Version bump"
$ git tag alpha.x.y.z #where alpha.x.y.z is the major,minor,version
$ git push origin master --tags
$ npm publish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.