Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

Deadliner

http://deadliner.r15.railsrumble.com/

Installation

First, copy .env to .env.local and add the credentials of your Github app.

bundle install
cp database.yml.example database.yml
brake db:create db:migrate
rails s

Screenshot