diff --git a/.vscode/settings.json b/.vscode/settings.json index 402f7e5..0270beb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "clientgpversion", "clientos", "gpcommon", + "gpgui", "gpservice", "Immer", "jnlp", diff --git a/README.md b/README.md index 73f3e42..6b58019 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ ## Development +### Build the service + +```sh +# Build the client first +cargo build -p gpclient + +# Build the service +cargo build -p gpservice +``` + +### Start the service + +```sh +sudo ./target/debug/gpservice +``` + ### Start the GUI -``` +```sh cd gpgui pnpm install pnpm tauri dev