- create pages using python file in
pages
folder - use template in
templates
folder - pack web files in
public
usingbuild.py
pypy _scripts/build.py
- run
serve.py
to serve at127.0.0.1:8000
with hot reload enabled
pypy _scripts/serve.py
- use github actions to deploy