A single-page wiki built with Vite, React, and TypeScript, deployable to Cloudflare Workers as Static Assets.
npm run devstarts local Vite development.npm run buildtype-checks and builds todist.npm run previewserves the production build locally.npm run deploybuilds and deploys with Wrangler.
Authenticate Wrangler first if needed:
npx wrangler loginThen deploy:
npm run deployWrangler reads wrangler.jsonc, uploads dist, and serves the built wiki from Cloudflare Workers Static Assets.