diff --git a/README.md b/README.md index 08f2b0d..e9f75bf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This template should help get you started developing with Tauri, React and Typescript in Vite. +## Running it + +```bash +pnpm tauri dev +``` + + ## Testing This project uses **nextest** for running tests and **cargo-llvm-cov** for code coverage.