From d4203cfaab7b9e340300530c0ecc024e814f2bd5 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 6 Feb 2026 16:28:50 +0000 Subject: [PATCH] Updating README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.