This template should help get you started developing with Tauri, React and Typescript in Vite.
To generate icons for your Tauri application, you can use the Tauri Icon Generator.
Update only the app-icon.png file and run:
npm run tauri iconrdev is used
If you want to test the dashboard UI (chart/cards) without running the server or seeding a database, you can enable a local mock response in the Tauri backend:
COGNIVIBE_USE_MOCK_DATA=1 npm run tauri:devThis makes the fetch_batch_scores_cmd command return generated sample scores for the selected date range.