See the main kash repo for general instructions.
To run kash with the the docs kit features enabled, ensure you have uv set up then:
uv tool install kash-docs --upgrade --force
kashOr for dev builds from within this git repo:
# Install all deps and run tests:
make
# Run kash with all docs kit features enabled:
uv run kashThis project was built from simple-modern-uv.