# NoteFlow Client This directory contains the Tauri + React client for NoteFlow. ## Development ```sh cd client npm install npm run dev ``` For desktop development: ```sh cd client npm run tauri dev ``` ## Lint & Tests ```sh cd client npm run lint npm exec vitest run ``` ## Build ```sh cd client npm run build ```