This is the source repo for the https://docs.kegbot.org/ landing page. You probably want to go there.
To work on these docs, set up your environment:
uv sync
Then run the devserver:
uv run make livehtml
Formatting and lint hooks run through pre-commit:
uv run pre-commit install