From ac50fb8cfbb4a2850b3277dc792f1d3ac2fbe2cd Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 5 Dec 2023 13:17:09 +0000 Subject: [PATCH] Update makefile and add dev guide --- DEV-GUIDE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEV-GUIDE.md b/DEV-GUIDE.md index 383b7e6..966f00b 100644 --- a/DEV-GUIDE.md +++ b/DEV-GUIDE.md @@ -8,23 +8,23 @@ Nothing special here. I run with ## Web UI -1. Start the server +Start the server make devserver -2. Run Web UI dev +Run Web UI dev make webui-dev ## 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 make webui-deps -3. Run tauri dev +Run tauri dev cargo tauri dev \ No newline at end of file