Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 210 Bytes

Quick initial setup :

python3 -m venv venv
pip3 install -r requirements.txt

If adding a new page, edit the mkdocs.yml file

You can then redeploy the entire Github page

bash deploy-github.sh