rqbit/DEV-GUIDE.md

30 lines
349 B
Markdown
Raw Normal View History

2023-12-05 13:16:16 +00:00
# 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