The Croncopia website, built with SvelteKit, Tailwind CSS, and Storybook, deployed to Cloudflare Workers.
npm install
npm run devComponents live in src/lib/components, each with a colocated .stories.svelte file:
npm run storybookComponent tests run through the Storybook Vitest addon (Playwright, Chromium):
npx vitest runnpm run build # production build
npm run preview # build + wrangler dev
npm run deploy # build + wrangler deploy