mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
27 lines
471 B
Markdown
27 lines
471 B
Markdown
# ASP Frontend
|
|
|
|
Vite + React + Ant Design frontend for Agentic SOC Platform.
|
|
|
|
## Development
|
|
|
|
```powershell
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
The dev server proxies backend API requests under `/api` and websocket requests under `/ws`.
|
|
|
|
## Checks
|
|
|
|
```powershell
|
|
pnpm exec eslint .
|
|
pnpm exec tsc -b
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Product and deployment documentation lives in the docs site:
|
|
|
|
- https://asp.viperrtp.com/asp/overview/
|
|
- https://asp.viperrtp.com/asp/quick-start/deployment/
|