Skip to content

OpenTechStrategies/hypha-docs

 
 

Repository files navigation

Hypha Documentation

Writing the Docs Locally

Use the following commands if you want to write and docs and preview it locally.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Open http://localhost:9100/ to see the documentation site that auto-reload, if you make changes to markdown files.

Releases

No releases published

Packages

No packages published