Skip to content

Getting Started

Local development

This project uses uv to manage the Python environment.

# Install dependencies into a local virtualenv (.venv)
uv sync

# Serve the docs with live reload at http://127.0.0.1:8000
uv run mkdocs serve

# Build the static site into ./site
uv run mkdocs build

Editing content

Pages live in the docs/ directory as Markdown files. Add new pages and wire them into the nav: section of mkdocs.yml.