Install dependencies:
npm installStart the development server with:
npm run devYour application will be available at http://localhost:5173.
Build your project for production:
npm run buildPreview your build locally:
npm run previewDeploy your project to Cloudflare Workers:
npx wrangler deploy