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

https://github.com/murilopolese/sfpc_ca_2023_archive

School For Poetic Computation > 2023 > Cellular Automata: Code Beyond Words > Archive
https://github.com/murilopolese/sfpc_ca_2023_archive

Last synced: 4 months ago
JSON representation

School For Poetic Computation > 2023 > Cellular Automata: Code Beyond Words > Archive

Awesome Lists containing this project

README

        

# Install

```
python -m venv venv
source venv/bin/activate
pip install markdown
python generate.py
```

# Deploy

```
aws s3 sync ./html s3://sfpc-ca-2023.bananabanana.me/ --exclude '.*' --exclude 'venv' --acl public-read
```