diff --git a/README.md b/README.md index 1bcece40..a616015f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,19 @@ To build the application and system packages, use $ yarn build ``` +Tauri desktop application: + +``` +# install dependencies +yarn + +# develop +yarn tauri dev + +# build +yarn tauri build +``` + ### Translations [![Crowdin](https://badges.crowdin.net/snort/localized.svg)](https://crowdin.com/project/snort) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a1fa6868..07cb5b90 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,7 +3,7 @@ "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn start", - "devPath": "http://localhost:3000", + "devPath": "http://localhost:5173", "distDir": "../packages/app/build" }, "package": {