This template should help get you started developing with Tauri and Astro.
First, make sure you have completed the prerequisites to have a working development environment.
Then install the dependencies using the package manager of your choice:
npm install
# OR
pnpm installThen to get started run:
npm run tauri dev
# OR
pnpm tauri devto build your app run
npm run tauri build
# OR
pnpm tauri buildVS Code + Tauri + rust-analyzer.

