Update makefile and add dev guide

This commit is contained in:
Igor Katson 2023-12-05 13:17:09 +00:00
parent 88d9c70f0a
commit ac50fb8cfb
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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