## Preview Take a look at the live version here: 👉 Live Demo
## Document [Community](https://gui-for-cores.github.io/guide/gfs/community) ## Build 1、Build Environment - Node.js [link](https://nodejs.org/en) - pnpm :`npm i -g pnpm` - Go [link](https://go.dev/) - Wails [link](https://wails.io/) :`go install github.com/wailsapp/wails/v2/cmd/wails@latest` 2、Pull and Build ```bash git clone https://github.com/GUI-for-Cores/GUI.for.SingBox.git cd GUI.for.SingBox/frontend pnpm install --frozen-lockfile && pnpm build cd .. wails build ```