Install deps with pnpm i.
Start dev server:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev --openTo create a production version of your app:
pnpm buildYou can now preview the production build:
pnpm previewUsing the preview after making changes is important because vite uses the NodeJS runtime but the app uses the Workers runtime in production.