Skip to content

tredfield/nero

 
 

Repository files navigation

#Nero ###The bestest (only) Jira task burndown chart

###Installation

  1. Navigate to the root directory of the project
  2. Install all node dependencies
npm install
  1. Install Bower for client dependencies
npm install -g bower
  1. Install client dependencies
bower install
  1. 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

  1. Once all dependencies have been installed above
node server.js

###MongoDb

See schema document located in the docs folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 2.5%
  • HTML 2.0%