Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 353 Bytes

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.