The web app for Timebase. Deploys to https://timebase.cc via Cloudflare Pages.
Static HTML + vanilla JS + one CSS file. No build, no bundler, no framework.
cd web
python3 -m http.server 8000
open http://localhost:8000Push main to github.com/timebaseapp/timebase-web. Cloudflare Pages auto-deploys the directory root.
Manual deploy with wrangler:
npx wrangler pages deploy . --project-name=timebaseindex.html— the single pageapp.js— store + scrub + renderstyles.css— palette + type + layoutcities.json— bundled city list (mirrorsdata/cities.json)icon.svg— app icon (bisected circle)_headers— Cloudflare Pages headers