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

https://github.com/pymor/school_website_2023


https://github.com/pymor/school_website_2023

Last synced: 4 months ago
JSON representation

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