An open API service indexing awesome lists of open source software.

https://github.com/jlevy/kash-docs


https://github.com/jlevy/kash-docs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# kash-docs

See the main [kash](https://github.com/jlevy/kash) repo for general instructions.

To run kash with the the docs kit features enabled, ensure you have uv set up then:

```shell
uv tool install kash-docs --upgrade --force
kash
```

Or for dev builds from within this git repo:

```shell
# Install all deps and run tests:
make
# Run kash with all docs kit features enabled:
uv run kash
```

* * *

*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*