Setup
Run brew bundle to install the toolchain, and make sure Docker is running
— local infra depends on it.
Day to day
just dev runs the control plane and API server, waits for the server’s
health check, then starts the UI dev server (Vite, proxying the API on
:8080) — see the dev recipe in the repo’s justfile if you want to run
components individually (just server, just control-plane, just ui).
Before opening a PR
See Style & Testing for what each of
these actually runs, and the -check variants CI uses.
Filament is pre-1.0 and APIs may change.