National Civic Day of Hacking St. Louis 2014
This project is built in Ember.js using the Ember CLI. The project layout follows the standard Ember CLI naming conventions.
To build/run the code:
- Install node.js and npm
npm install phantomjs -g
npm install -g ember-cli bower
git clone
the repository andcd
into itnpm install && bower install
ember serve
- Visit http://0.0.0.0:4200/
To deploy to Firebase:
- Be added as a developer to the Firebase app
npm install -g firebase-tools
ember build --environment="production" && firebase deploy