Skip to main content

Install from source

Celery Root is currently built and run from this repository.
make install
This runs:
  • uv sync --all-extras --dev --frozen
  • uv run pre-commit install
  • npm --prefix frontend/graph-ui install

Build the frontend assets

make build

Run checks

uv run pre-commit run --all-files
uv run mypy
uv run pytest