Go to file
2023-07-10 21:52:57 +08:00
.vscode feat: add the settings window 2023-07-10 21:52:57 +08:00
gpclient refactor: rename to gpcommon 2023-05-24 10:07:42 +08:00
gpcommon refactor: find the vpnc_script from predefined locations 2023-06-26 09:23:26 +08:00
gpgui feat: add the settings window 2023-07-10 21:52:57 +08:00
gpservice refactor: rename to gpcommon 2023-05-24 10:07:42 +08:00
.editorconfig refactor: refactor UI using jotai 2023-06-07 11:53:00 +08:00
.gitignore refactor: rewrite 2023-05-10 21:16:33 +08:00
Cargo.lock feat: add the settings window 2023-07-10 21:52:57 +08:00
Cargo.toml refactor: improve workflow 2023-06-21 16:25:51 +08:00
README.md doc: improve doc 2023-06-25 09:32:10 +08:00

Development

Build the service

# Build the client first
cargo build -p gpclient

# Build the service
cargo build -p gpservice

Start the service

sudo ./target/debug/gpservice

Start the GUI

cd gpgui
pnpm install
pnpm tauri dev

Open the DevTools

Right-click on the GUI window and select "Inspect Element".