Self hosted installation path
1
Install the prerequisites
Install Rancher Desktop, and all the developer tools
2
Start the application
Run
docker compose -f infra/docker-compose.yml up --build from the root of the repo3
Use the current application workflow
Open
http://localhost:5173 and use the flashcard flow as the current supported end-to-end application pathJump directly to
Rancher Desktop
Install the preferred local container and Kubernetes runtime, then verify
kubectl and Helm.Developer tooling
Install
uv, Python, and pre-commit, then sync the repository and install Git hooks.Run locally
Start the Compose stack, wait for health checks, and open the app locally.

