Update makefile and add dev guide
This commit is contained in:
parent
67ee4b439b
commit
88d9c70f0a
3 changed files with 43 additions and 4 deletions
30
DEV-GUIDE.md
Normal file
30
DEV-GUIDE.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue