A modern React TypeScript application built with Vite and shadcn/ui for AI user interface components.
- React 18 + TypeScript
- Vite
- shadcn/ui + Tailwind CSS
- Radix UI primitives
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
# Lint code
pnpm lint