The site is built using YASS, a little standalone Go utility. See yass/
directory README for more documentation.
- Go 1.20
- fswatch (optional)
- direnv (optional)
# Install dependencies (first time)
bin/setup.sh
# Start server on http://localhost:3000 and watch for file changes in site/*
bin/server.sh
bin/build.sh