From d42d26fc20364c881abe31e0e3c4eab7270cd84f Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Sun, 4 Feb 2024 07:27:57 +0200 Subject: [PATCH] tauri config & readme --- README.md | 13 +++++++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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": {