Deployed continuously via Cloudflare Pages to dhruba.xyz
bun installStart a development server:
bun run dev
# or start the server and open the app in a new browser tab
bun run dev -- --openCreate a production version:
bun run buildPreview the production build with bun run preview.