Static site generated by 11ty
Requires Node 20+ (for 11ty)
nvm use
npm ci
npm run build
builds to _site
npm run dev
spins up http://localhost:8169 and watches for changes
npm run clean
removes 11ty build folder, automatically run before dev and build