frontend/README.md
A chat application built with React, TypeScript, and GraphQL that enables intelligent conversations with AI agents.
src/ āāā components/ # Shared UI components ā āāā ui/ # Base UI components ā āāā icons/ # SVG icons and logo āāā features/ # Feature-based modules ā āāā chat/ # Chat related components ā āāā authentication/ # Auth related components āāā hooks/ # Custom React hooks āāā lib/ # Utilities and configurations āāā graphql/ # GraphQL operations and types āāā models/ # TypeScript interfaces āāā pages/ # Application routes
npm run build
Create a .env file in the root directory:
VITE_API_URL=your_api_url