This repository comes equipped with a self-setup script:
Make Sure PostGreSQL is running!
$ bundle install
$ ./bin/setup
$ rake db:migrate:reset db:seed
After setting up, you can run the application using foreman:
$ foreman start
resetting heroku db
$ heroku pg:reset HEROKU_POSTGRESQL_COLOR_URL --account personal --app tweed-stage
$ heroku run rake db:migrate --account personal --app tweed-stage
Use the following guides for getting things done, programming well, and programming in style.


