Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 296 Bytes

HORDA documentation

Guide

After cloning the repo:

  • Install poetry,
  • run poetry install in the repo directory.

To preview the webpage after editing:

poetry run mkdocs serve

To deploy the webpage to github.io:

poetry run mkdocs build && poetry run mkdocs gh-deploy