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