Updating README

This commit is contained in:
Dave
2026-02-06 16:28:50 +00:00
parent 0465609295
commit d4203cfaab

View File

@@ -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.