You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bun install
bun run seed:local # init schema + seed 1090 kits into local D1
bun run r2:upload:local # upload PNGs from kits-source/ into local R2
bun run dev
Deploy
bun x wrangler d1 create kitpics # first time only, copy database_id into wrangler.toml
bun x wrangler r2 bucket create kit-pics-images # first time only
bun run seed:remote
bun run r2:upload
bun run deploy
Layout
src/index.tsx — Hono app, routes, D1/R2 handlers
src/pages/ — SSR JSX pages (home, about, stats, timeline)