An application to use City of Charlotte open data.
Install Node.js 0.10.30 (optionally using nvm):
$ nvm install 0.10.30
Install Bower 1.3.9:
$ npm install -g bower
Install Bower dependencies:
$ bower install
Install npm dependencies:
$ npm install
Copy example environment variables and fill them in with correct values:
$ cp .env-example .env
Run HTTP server:
$ npm start
Navigate to http://localhost:5000
in a browser.