18 lines
303 B
Markdown
18 lines
303 B
Markdown
# SenlinAI Acro React
|
|
|
|
SenlinAI primary web client built with React, TypeScript, Vite, and 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`.
|