18 lines
312 B
Markdown
18 lines
312 B
Markdown
# 森林AI Web 客户端
|
|
|
|
森林AI主 Web 客户端,使用 React、TypeScript、Vite 和 Arco Design 构建。
|
|
|
|
This app is the active web client under `apps/web_v1`.
|
|
|
|
## Scripts
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
npm run build
|
|
npm run lint
|
|
node scripts/visual-check.mjs
|
|
```
|
|
|
|
Default local preview port: `4174`.
|