Files
noteflow/client
2026-01-17 19:15:45 -05:00
..
x
2026-01-14 23:23:01 -05:00
2026-01-16 17:04:24 +00:00
2026-01-17 19:15:45 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00

NoteFlow Client

This directory contains the Tauri + React client for NoteFlow.

Development

cd client
npm install
npm run dev

For desktop development:

cd client
npm run tauri dev

Lint & Tests

cd client
npm run lint
npm exec vitest run

Build

cd client
npm run build