Skip to content

Repository files navigation

dezen.me

Read AGENTS.md first — it's the engineering contract for this repository.

Getting Started

bun install
bun run dev

Run bun run dev as written (not bun --bun run dev) — Bun's own runtime has an incomplete WebSocket implementation that hangs the Cloudflare dev server's inspector connection. Plain bun run dev executes Vite under Node via its shebang, which works correctly.

Scripts

bun run dev         # start the dev server
bun run build        # production build (Cloudflare Workers target)
bun run typecheck    # tsc --noEmit
bun run lint          # eslint
bun run format        # prettier --write + eslint --fix
bun run test           # vitest run

Deploy to Cloudflare Workers

wrangler login
bun run deploy

See AGENTS.md §17 for the deployment contract.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages