Framework-only baseline with Bun, Vite, React, React Router 7, TypeScript strict mode, Tailwind CSS v4, shadcn/ui Base UI style, Convex, Convex Auth, Zustand, next-themes, Lucide icons, and Sonner.
bun run codex:runThe Codex run command installs dependencies, initializes/generates Convex once, and starts the Vite dev server.
This machine is not currently logged into Convex in the Codex shell, so the first local initialization created an anonymous local deployment. To move the project to your personal Convex team, run:
bun run convex:login
bun run convex:personalThen use bun run codex:run for the normal install-and-run flow.
bun run dev
bun run build
bun run lint
bun run typecheck
bun run convex:dev
bun run convex:personal