Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 416 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 416 Bytes

Dependencies

  • Ruby 2.3.x (2.4.0 currently fails a json gem issue)
  • Postgresql 9.x

Env Vars

  • GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET
  • DATABASE_URL=postgres://localhost or whatever appropriate location your database is at.

Get going

  1. Install deps: bundle install
  2. Init the db schema: rake schema
  3. Run the app: bundle exec ruby app.rb
  4. Load the website: http://localhost:4567