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