Frontend bundle missing

The React app hasn't been built yet. From the repo root, run:

cd frontend
npm install
npm run dev      # for local development on :5173 (proxies /api to :8000)
# or
npm run build    # to produce frontend/dist served at :8000

API docs: /api/docs · Health: /healthz