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/docs2. 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/docsContainer
Port
Purpose
Last updated