Skip to content

chaso-ch/website

Repository files navigation

CHASO Website

Diese Website wurde mit Mkdocs Material erstellt.

Setup

Python venv erstellen und Software Mkdocs Material installieren.

Ausführen in der Kommandozeile:

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