/edi

Primary LanguageHTML

edi 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