Node Build Tool to automate builds of existing game templates
Ensure these are installed on your machine:
- Node v6.9 - https://nodejs.org/docs/v6.9.1/api
- Git - https://git-scm.com/downloads
This should follow AirBnb coding standards: https://github.com/airbnb/javascript
Airbnb standards have been implemented in this project and can be checked by running:
npm run lint
Raise an issue or make a new branch to make amends, then raise a pull request for review.