If you don't have Node.js installed please visit NodeJS.org
If you don't have Bower installed npm install -g bower
Fork and clone repo
npm install
bower install
in a second terminal tab
sudo mongod
in your first terminal tab
npm start
Visit localhost:8080
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D