2026-07-05 17:29:22 +08:00
|
|
|
# ASP Frontend
|
2026-06-27 19:08:48 +08:00
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
Vite + React + Ant Design frontend for Agentic SOC Platform.
|
2026-06-27 19:08:48 +08:00
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
## Development
|
2026-06-27 19:08:48 +08:00
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
```powershell
|
|
|
|
|
pnpm install
|
|
|
|
|
pnpm dev
|
2026-06-27 19:08:48 +08:00
|
|
|
```
|
|
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
The dev server proxies backend API requests under `/api` and websocket requests under `/ws`.
|
2026-06-27 19:08:48 +08:00
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
## Checks
|
2026-06-27 19:08:48 +08:00
|
|
|
|
2026-07-05 17:29:22 +08:00
|
|
|
```powershell
|
|
|
|
|
pnpm exec eslint .
|
|
|
|
|
pnpm exec tsc -b
|
2026-06-27 19:08:48 +08:00
|
|
|
```
|
2026-07-05 17:29:22 +08:00
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
|
|
Product and deployment documentation lives in the docs site:
|
|
|
|
|
|
|
|
|
|
- https://asp.viperrtp.com/asp/overview/
|
|
|
|
|
- https://asp.viperrtp.com/asp/quick-start/deployment/
|