1.0.4 • Published 9 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-gameFor JS Lint gulp lint
For JS Code Style gulp jscs
Contributing
Create your branch:
git checkout -b my-new-featureCommit your changes:
git commit -m 'Add some feature'Push to the branch:
git push origin my-new-featureSend a Pull Request
Enjoy!