for keeping informed citizens informed.
bundle
bundle exec rake db:create
bundle exec rake db:schema:load
foreman start
(and visit localhost:5000)
I'm using rspec to test the models and controllers. Contributors are asked to do the same.
bundle exec rake
Deploy it on Heroku in a few easy steps:
heroku create
git push heroku master
heroku run rake db:schema:load
rake secret | pbcopy
heroku config:set SECRET_KEY_BASE=[ cmd+v ]