Skip to content

Commit

Permalink
Update makefile and add dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 5, 2023
1 parent 88d9c70 commit ac50fb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEV-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ac50fb8

Please sign in to comment.