A minimal Storacha desktop client built with SvelteKit + Tauri. Auth, spaces, and local-first storage with a clean UI.
- SvelteKit (Svelte 5)
- Tauri 2
- TypeScript
- Tailwind CSS 4
npm run dev: start app in dev (Vite + Tauri)npm run build: build frontend (Vite)npm run preview: preview built frontendnpm run tauri: run Tauri CLInpm run check: typecheck with svelte-check
npm install
npm run tauri devnpm run tauri buildMIT