Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 552 Bytes

Installation

  1. If not already done, install Docker Compose (v2.10+)
  2. Create .env.local
  3. Run make build && make build-front to build fresh images
  4. Run make up (the logs will not be displayed in the current shell. Use make logs if you want to see the container's log after it has started.)
  5. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  6. Run make down to stop the Docker containers.