You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: QUICKSTART.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,23 @@
2
2
3
3
This guide will get you up and running in minutes with the optimized workflow. The easiest way to start is with the integrated Docker Compose setup that includes both the scanner and a vulnerable test API.
4
4
5
-
## ⚡ One-Command Setup with Complete Test Environment
5
+
## ⚡ One-Command Setup
6
+
7
+
### Option 0: Easiest (no Docker)
8
+
```bash
9
+
# From the repo root
10
+
./start.sh
11
+
```
12
+
- Auto-builds the GUI if needed and picks free ports when defaults are busy.
13
+
- Default dashboard URL: http://localhost:8090 (the launcher prints the exact port).
0 commit comments