This is the code repository for the refresh seattle website.
We gladly accept patches, pull-requests, and any other feedback you might have about how we can improve the site! To do so, either open up an issue, or create a pull request. Please refer to the contributing documentation.
Make sure you have bundler installed, then run bundle install
and you should be set.
This application uses Postgres as its data store, so you'll need to make sure that's properly configured (look at the database.yml file for guidance on names).
To run the test suite, currently (and this is a bug), you must use guard
:
$ bundle exec guard
# All guard output happens here