Katbin is a Vite+ application with one Hono Worker. It uses D1 for relational data, R2 for large pastes, and Email Service for account email.
Install the dependencies:
pnpm installStart the local Worker:
pnpm devThe local Worker uses local D1 and R2 storage. Add local secrets to .dev.vars when a command needs them.
pnpm test
pnpm check
pnpm types
pnpm build