Short for "automate or not", this web app is:
The source code here is MIT licensed. The xkcd web comic is a work by Randall Monroe under a Creative Commons Attribution-NonCommercial 2.5 License. The favicon is from Twemoji by Twitter under a Creative Commons Attribution 4.0 International License.
.nvmrc and package.json#engines are pinned to >=22 <23)npm install
npm run dev
npm run lint
npm run check
npm run build
This app uses the SvelteKit Cloudflare adapter (@sveltejs/adapter-cloudflare) and includes a
wrangler.toml with an explicit compatibility date and Worker entrypoint.
Cloudflare Pages should build with standard npm install/build steps and does not require
--force/--legacy-peer-deps.