https://github.com/pymor/school_website_2025
https://github.com/pymor/school_website_2025
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymor/school_website_2025
- Owner: pymor
- License: agpl-3.0
- Created: 2025-05-28T11:57:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-17T08:33:24.000Z (9 months ago)
- Last Synced: 2025-09-17T10:28:34.240Z (9 months ago)
- Language: Python
- Size: 9.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyMOR School 2025 Website
## Building locally
```bash
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
nikola build
nikola serve -b
```
## Deploying to GitHub Pages
```bash
nikola github_deploy
```