Automatic Run Scripts
1. Linux Environment (Bash)
$ git clone https://github.com/0x7a6b4c/skyeye.git && cd skyeye
$ chmod +x ./gui_run.sh
$ ./gui_run.sh
# Frontend → http://localhost:3000
# Backend UI → http://localhost:8000/docs
2. Windows Environment (PowerShell)
$ git clone "https://github.com/0x7a6b4c/skyeye.git" && cd skyeye
$ .\gui_run.ps1
# Frontend → http://localhost:3000
# Backend UI → http://localhost:8000/docs
Container
Port
Purpose
skyeye‑backend
8000
FastAPI API (Scan Engine)
skyeye‑frontend
3000
Next.js UI (Tree Visualiser)
Last updated