https://github.com/pymor/school_website_2024
https://github.com/pymor/school_website_2024
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymor/school_website_2024
- Owner: pymor
- License: agpl-3.0
- Created: 2024-04-18T17:01:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T14:47:20.000Z (12 months ago)
- Last Synced: 2025-06-03T03:31:28.113Z (12 months ago)
- Language: Python
- Size: 2.42 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyMOR School 2024 Website
## Building locally
```bash
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install -r requirements.txt
nikola auto -b
```