Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
bun run dev
## Building
To create a production version of your app:
```bash
bun run build
production is deployed on cloudflare,just run:
bun run deploy