#Nero ###The bestest (only) Jira task burndown chart
###Installation
- Navigate to the root directory of the project
- Install all node dependencies
npm install
- Install Bower for client dependencies
npm install -g bower
- Install client dependencies
bower install
- Install MongoDb to run locally (you will need to alter the connection string if you run locally)
Note, if you are inside the firewall, you may have issues connecting to Bower packages using git. If you encounter an issue, run this command:
git config --global url."https://".insteadOf git://
###Running Site
- Once all dependencies have been installed above
node server.js
###MongoDb
See schema document located in the docs folder.