Update makefile and add dev guide

This commit is contained in:
Igor Katson 2023-12-05 13:16:16 +00:00
parent 67ee4b439b
commit 88d9c70f0a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 43 additions and 4 deletions

30
DEV-GUIDE.md Normal file
View file

@ -0,0 +1,30 @@
# Development guide
## Rust
Nothing special here. I run with
make devserver
## Web UI
1. Start the server
make devserver
2. Run Web UI dev
make webui-dev
## Desktop app
1. Stop the devserver, otherwise ports will conflict.
2. Install deps
cargo install tauri-cli
make webui-deps
3. Run tauri dev
cargo tauri dev