update run instructions

This commit is contained in:
geoffsee
2025-07-08 17:54:37 -04:00
parent 92e5cfb21c
commit 4b3dd2a1c3
2 changed files with 6 additions and 1 deletions

View File

@@ -22,5 +22,9 @@ git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit
# https://doc.rust-lang.org/cargo/commands/cargo-check.html#description
cargo check
# install/build node dependencies (bun|npm|pnpm|yarn)
bun install
# run the desktop app with the development profile
cargo run
```