Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

Startout

This app was developed as a part of RHoK Melbourne.

Development Setup

The following should get you started hacking:

$ cp config/database.yml.example config/database.yml
$ cp .env.example .env
$ bundle install --without production
$ rake db:create db:migrate db:seed
$ foreman start