hegyi / freakshow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 80.2%Language:HTML 14.9%Language:CSS 3.9%Language:JavaScript 1.0%