Skip to content

Commit

Permalink
chore: update readme to include tauri info
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 12, 2023
1 parent f6f5f69 commit 94061a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@
yarn build:mwl
```
### Tauri Versions
Please ensure that you have the [pre-requisites](https://beta.tauri.app/guides/prerequisites/) installed.
Android or iOS may require a little more setup.
And then you should just be able to run any of the tauri configurations like so
```bash
yarn install
yarn tauri:dev
```
## :pencil: Pre-Commit
If your pr is being rejected due to the pre-commit checks, just download pre-commit using `pip install pre-commit` or via one of the commands [here](https://pre-commit.com/#install).
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"format": "prettier --write .",
"tauri": "tauri",
"tauri:dev": "tauri dev --config ./app/tauri/release.conf.json",
"tauri:android-dev": "tauri android dev",
"tauri:updateversion": "node ./app/tauri/util/cargo-version-updater.js"
},
"config": {
Expand Down

0 comments on commit 94061a1

Please sign in to comment.