llmOS-Agent / frontend /README.md
tech-envision
Add React frontend for chat API
f3074ed
|
raw
history blame
385 Bytes
# LLM Chat Frontend
This React application provides a simple chat interface for interacting with the API provided by the backend.
## Development
```bash
npm install
npm run dev
```
Set `VITE_API_BASE_URL` in a `.env` file if the backend is not running on `http://localhost:8000`.
## Production Build
Run `npm run build` to generate the production bundle in the `dist` directory.