18 lines
368 B
Markdown
18 lines
368 B
Markdown
# 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`.
|