Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 189 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 189 Bytes

Local Dev Setup

  1. Have Docker installed

  2. git clone this repository

  3. docker-compose up -d

  4. docker-compose run web rake db:setup

  5. Access the application on localhost:3000