An open API service indexing awesome lists of open source software.

https://github.com/pymor/school_website_2024


https://github.com/pymor/school_website_2024

Last synced: 4 months ago
JSON representation

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
```