https://github.com/pymor/school_website_2023
https://github.com/pymor/school_website_2023
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymor/school_website_2023
- Owner: pymor
- License: agpl-3.0
- Created: 2023-05-01T21:44:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T16:52:02.000Z (about 2 years ago)
- Last Synced: 2024-05-07T17:56:43.660Z (about 2 years ago)
- Language: Python
- Size: 29.7 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyMOR School 2023 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
```