Check it out at zansara.dev.
For the GoatCounter stats, see this link. They're public!
Start dev server:
python -m http.server 8000 -d public/
Dev build (rebuilds at every change in the source directory):
python dev_build.py
Prod build:
python build.py