miguelgargallo / tauri-astro-app

¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.
https://miguelgargallo.com
MIT License
11 stars 1 forks source link

README.MD run command might be incorrect? #2

Closed NathanBeddoeWebDev closed 7 months ago

NathanBeddoeWebDev commented 1 year ago

Summary Just a small one. In README.MD it says to run "cargo tauri dev". Unless there's a way that you run Tauri that's different from what I've seen, it's typically npm run tauri dev or pnpm tauri dev

image

Suggested change Change to use pnpm tauri dev to run the project rather than cargo.

NathanBeddoeWebDev commented 1 year ago

Hmm seems like there is a cargo command for this, closing

NathanBeddoeWebDev commented 1 year ago

Yup, just realized I never installed the tauri-cli 😂, been running it off the pnpm cli the whole time