Skip to content

wwt/git-foundations

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2024
Jan 11, 2024
Jul 5, 2021
Oct 30, 2021
Jun 2, 2021
Jun 8, 2021
Oct 14, 2021
Jun 8, 2021
Jun 5, 2021
Jul 5, 2021
Jun 5, 2021
Jul 9, 2024

Repository files navigation

Development Environment Tutorial

Install Requirements

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

Preview Documentation Locally

mkdocs serve

Deploy to Github Pages

mkdocs gh-deploy