Install and start Docker.
From the project root:
docker compose up -d --build
Open:
http://localhost:8000
Start:
docker compose up -d
Stop:
docker compose down
View logs:
docker compose logs -f
Changes to the source files are automatically rebuilt and live-reloaded in the browser.
If Dockerfile or requirements.txt changes:
docker compose up -d --build