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
|
$ yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Tauri desktop application:
|
||||||
|
|
||||||
|
```
|
||||||
|
# install dependencies
|
||||||
|
yarn
|
||||||
|
|
||||||
|
# develop
|
||||||
|
yarn tauri dev
|
||||||
|
|
||||||
|
# build
|
||||||
|
yarn tauri build
|
||||||
|
```
|
||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
|
|
||||||
[![Crowdin](https://badges.crowdin.net/snort/localized.svg)](https://crowdin.com/project/snort)
|
[![Crowdin](https://badges.crowdin.net/snort/localized.svg)](https://crowdin.com/project/snort)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "yarn build",
|
"beforeBuildCommand": "yarn build",
|
||||||
"beforeDevCommand": "yarn start",
|
"beforeDevCommand": "yarn start",
|
||||||
"devPath": "http://localhost:3000",
|
"devPath": "http://localhost:5173",
|
||||||
"distDir": "../packages/app/build"
|
"distDir": "../packages/app/build"
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user