Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 437 Bytes

Processing Py Site How are we doing?

Repository for py.processing.org.

Install requirements:

./generator.py bootstrap

To build all content:

./generator.py build --all --images

To test the site in a local server

./generator.py test

To see what else you can do:

./generator.py --help