Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 434 Bytes

Kevel

Contributing

Documentation

The documentation is built on top of MkDocs.

Python environment is managed using Poetry.

Setup your development environment.

poetry add $(cat docs/requirements.txt)

Serve the documentation on local.

poetry run mkdocs serve

Documentation is available at http://localhost:8000.