Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 470 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 470 Bytes

Setting up your development environment

  1. Install docker.
  2. Clone this repo.
  3. Copy example.env to .env and modify as needed.
  4. Build the docker images with make dev-build.
  5. To start the app, spin up the docker containers with make dev-up.
  6. Perform an initial database migration with make dev-migrate.
  7. See the app by visiting https://localhost:8000.
  8. Shut down the app with make dev-down.