Prerequisites
Runbrew bundle from the repo root to install the toolchain, and make sure
Docker is running — local infra comes up via docker compose.
Run it
1
Start local infra
Brings up the data store and event bus via Docker Compose.
2
Run the app
Starts the control plane, API server, and web UI together.The UI is served on
localhost:5173; the API server listens on :8080.3
Run the tests (optional)