/freakshow

Primary LanguageRuby

Freakshow

Setting up developer environment

Clone the project and execute the following commands:

gem install bundler
bundle install
rake db:create
rake db:schema:load
rake db:seed

Run the webserver with Guard:

guard