A 3D Game
- Product Owner: Rishi Goomar
- Scrum Master: Sean Rose
- Development Team Members: Liam Schauerman, Tom G Varik
Coming Soon!
- Node 0.10.x
- Gulp
- Bower
- NPM
From within the root directory:
npm install -g bower (or sudo npm install -g bower)
npm install -g gulp (or sudo npm install -g gulp)
npm install
bower install# Run JSHint, Mocha Tests, then start the server
gulp# Generates documentation under "/docs"
gulp docs# Runs tests and generates code coverage of those tests in "/coverage"
gulp testYou should then see a docs/ folder which contains an easy to use documentation navigation system.
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.
