2026-07-18 16:53:47 +08:00
|
|
|
# SenlinAI Web
|
2026-07-18 16:40:09 +08:00
|
|
|
|
2026-07-18 16:53:47 +08:00
|
|
|
Svelte + TypeScript web client for the project workbench.
|
2026-07-18 16:40:09 +08:00
|
|
|
|
2026-07-18 16:53:47 +08:00
|
|
|
## Scripts
|
2026-07-18 16:40:09 +08:00
|
|
|
|
2026-07-18 16:53:47 +08:00
|
|
|
```powershell
|
|
|
|
|
npm run dev
|
|
|
|
|
npm test -- --run
|
|
|
|
|
npm run build
|
|
|
|
|
npx playwright test
|
2026-07-18 16:40:09 +08:00
|
|
|
```
|
|
|
|
|
|
2026-07-18 16:53:47 +08:00
|
|
|
The login shell lets users enter the server IP address or domain name used as the API base URL.
|