This repository contains the source material for the "Introduction to Modern Software Engineering Practices" workshop. The documentation website is automatically updated when changes are pushed to the default branch.
-
Install poetry:
pip install poetry
-
Install the documentation dependencies:
poetry install
-
Host the documentation locally:
mkdocs serve