Files

18 lines
312 B
Markdown
Raw Permalink Normal View History

2026-07-22 15:06:51 +08:00
# 森林AI Web 客户端
2026-07-20 10:37:40 +08:00
2026-07-22 15:06:51 +08:00
森林AI主 Web 客户端,使用 React、TypeScript、Vite 和 Arco Design 构建。
2026-07-20 10:37:40 +08:00
2026-07-21 11:24:27 +08:00
This app is the active web client under `apps/web_v1`.
2026-07-20 10:37:40 +08:00
## Scripts
```bash
npm install
npm run dev
npm run build
npm run lint
node scripts/visual-check.mjs
```
Default local preview port: `4174`.