This is a simple FastAPI application that serves an HTMX front-end.
just --listAvailable recipes:
build # builds the application
develop # starts the development server [alias: dev]
down # stops the application
logs # shows the logs
pull # pulls the latest images
redeploy # redeploys the application in daemon mode
test # runs the tests
up-daemon # starts the application in daemon mode
up-dev # starts the application in development mode