Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 540 Bytes

File metadata and controls

28 lines (20 loc) · 540 Bytes

Agent Starter

Full-stack AI chat starter built with TanStack Start, React, Mantine, and Tailwind CSS.

Setup

Requires Node.js and pnpm.

pnpm install
cp .env.example .env
pnpm db:migrate

Set DEEPSEEK_API_KEY in .env, then run these commands in separate terminals:

pnpm durable-streams:dev
pnpm dev

Scripts

  • pnpm build - Build for production
  • pnpm start - Start the production server
  • pnpm typecheck - Check TypeScript
  • pnpm check - Check code quality
  • pnpm fix - Fix code quality issues