Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 224 Bytes

File metadata and controls

17 lines (13 loc) · 224 Bytes

pyMOR School 2026 Website

Building locally

uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
nikola build
nikola serve -b

Deploying to GitHub Pages

nikola github_deploy