Overview
The demo project is a local, source-based stack with seeded test data. Use it when you want to explore Celery Root without wiring up your own workers. This runs from source instead of the prebuilt wheel.Install from source
From the repo root:uv sync --all-extras --dev --frozenuv run pre-commit installnpm --prefix frontend/graph-ui install