This project uses Sinatra as the backend as well as grunt to build the front-end application.
To install the dependencies, you will need to run both bundle install
and npm install in the project directory:
cd path/to/project
bundle install
npm installIf you have rvm installed, the .rvmrc script will take care of
this for you.
After you have installed the dependencies, simply fire up the
development environment with foreman
foreman start
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it, and make sure all the tests pass. This is important so we don't unknowingly break your changes in a future release. If you're fixing a bug, it helps us to verify that your bug does in fact exist.
- Commit your changes to your own fork.
- Send us a pull request, with a clear explanation of the changes. Bonus points for topic branches.

