Skip to content

Browser preview

For frontend-only development without Tauri APIs:

bash
npm run dev

This runs a Vite dev server in the browser. AWS auth features won't work (no Tauri IPC), but the UI components, store logic, search, filter, sort, and theme system are fully functional.

The IPC layer in src/lib/ipc.ts detects the absence of __TAURI_INTERNALS__ and falls back to:

  • Mock data from src/lib/mockData.ts
  • localStorage for config persistence