Promote React Arco client into apps

This commit is contained in:
2026-07-20 10:37:40 +08:00
parent aa2bf9b88f
commit bbd6c62029
21 changed files with 40 additions and 42 deletions

View File

@@ -0,0 +1,17 @@
# SenlinAI Acro React
SenlinAI primary web client built with React, TypeScript, Vite, and Arco Design.
This app is now the active web client under `apps`. The legacy `apps/web` Svelte app is no longer the primary frontend.
## Scripts
```bash
npm install
npm run dev
npm run build
npm run lint
node scripts/visual-check.mjs
```
Default local preview port: `4174`.