Files
agent/apps/web_v1/README.md

18 lines
303 B
Markdown
Raw Normal View History

2026-07-20 10:37:40 +08:00
# SenlinAI Acro React
SenlinAI primary web client built with React, TypeScript, Vite, and Arco Design.
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`.