Update makefile and add dev guide
This commit is contained in:
parent
88d9c70f0a
commit
ac50fb8cfb
1 changed files with 5 additions and 5 deletions
10
DEV-GUIDE.md
10
DEV-GUIDE.md
|
|
@ -8,23 +8,23 @@ Nothing special here. I run with
|
||||||
|
|
||||||
## Web UI
|
## Web UI
|
||||||
|
|
||||||
1. Start the server
|
Start the server
|
||||||
|
|
||||||
make devserver
|
make devserver
|
||||||
|
|
||||||
2. Run Web UI dev
|
Run Web UI dev
|
||||||
|
|
||||||
make webui-dev
|
make webui-dev
|
||||||
|
|
||||||
## Desktop app
|
## Desktop app
|
||||||
|
|
||||||
1. Stop the devserver, otherwise ports will conflict.
|
Stop the devserver, otherwise ports will conflict.
|
||||||
|
|
||||||
2. Install deps
|
Install deps
|
||||||
|
|
||||||
cargo install tauri-cli
|
cargo install tauri-cli
|
||||||
make webui-deps
|
make webui-deps
|
||||||
|
|
||||||
3. Run tauri dev
|
Run tauri dev
|
||||||
|
|
||||||
cargo tauri dev
|
cargo tauri dev
|
||||||
Loading…
Add table
Add a link
Reference in a new issue