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
- Host: GitHub
- URL: https://github.com/murilopolese/sfpc_ca_2023_archive
- Owner: murilopolese
- Created: 2023-05-29T09:33:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T09:33:32.000Z (about 2 years ago)
- Last Synced: 2025-01-14T06:44:46.621Z (5 months ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```