1.0.4 • Published 8 years ago
js-game v1.0.4
Installation Instructions
Open a command prompt in the project's root directory.
Cd into that root folder you just cloned locally.
Open terminal in the current folder and to install all dependencies type
npm install
- Now typing
npm start
.then Browser will be up and running :)
Using NPM
$ npm install js-game
For JS Lint gulp lint
For JS Code Style gulp jscs
Contributing
Create your branch:
git checkout -b my-new-feature
Commit your changes:
git commit -m 'Add some feature'
Push to the branch:
git push origin my-new-feature
Send a Pull Request
Enjoy!