The dunky.dev landing page.
Static site in src/ (HTML/CSS/JS, no build step). Deployed on Vercel, which
serves this page at the apex and proxies the tool sub-apps under their own
paths (e.g. /state-machine).
pnpm install
pnpm dev # serves src/ at http://localhost:8080The logo and favicon come from the src/logo submodule — clone with
--recurse-submodules (or run git submodule update --init).