Check out the tutorial.
-
Fork/Clone
-
Build the Docker images:
$ docker compose -f docker-compose.dev.yml build
-
Spin up the Docker containers:
docker compose -f docker-compose.dev.yml up -d
-
Navigate to http://localhost:8000/ in your favorite web browser.
Check out the tutorial.