forked from Kieran/snort
tauri config & readme
This commit is contained in:
parent
006cad49bb
commit
d42d26fc20
13
README.md
13
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)
|
||||
|
@ -3,7 +3,7 @@
|
||||
"build": {
|
||||
"beforeBuildCommand": "yarn build",
|
||||
"beforeDevCommand": "yarn start",
|
||||
"devPath": "http://localhost:3000",
|
||||
"devPath": "http://localhost:5173",
|
||||
"distDir": "../packages/app/build"
|
||||
},
|
||||
"package": {
|
||||
|
Loading…
Reference in New Issue
Block a user