# react-crm
**Repository Path**: luzhihaoTestingLab/react-crm
## Basic Information
- **Project Name**: react-crm
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-29
- **Last Updated**: 2025-06-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
React AI Agent 管理平台
一个管理本地大模型AI Agent的WEB平台
借鉴了开源代码:https://github.com/harryho/react-crm.git
部分代码借由AI代码平台进行生成:https://v0.dev/
### 截图




----
## Getting Start
```bash
# Clone project
git clone https://gitee.com/luzhihaoTestingLab/react-crm.git
# install the packages with npm
cd react-crm
# development
yarn dev
# build
yarn build
```
----