Local-first, offline study tracking desktop app for Windows.
- Tauri
- Svelte
- TypeScript
- TailwindCSS
- SQLite for local persistence
npm run dev- run the frontend dev servernpm run tauri:dev- run the desktop app in developmentnpm run build- build the frontendnpm run tauri:build- build the desktop appnpm run check- run Svelte type checksnpm run lint- run ESLint