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

https://github.com/pymor/school_website_2025


https://github.com/pymor/school_website_2025

Last synced: 4 months ago
JSON representation

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