Interactive onboarding for Tauri 2, SvelteKit, and Svelte 5 (runes + TypeScript). The app is a static SvelteKit site embedded in a Tauri shell, with in-app lessons under /learn.
| Command | Description |
|---|---|
npm install |
Install frontend dependencies |
npm run dev |
SvelteKit dev server (browser only) |
npm run build |
Production build of the web UI |
npm run check |
Type-check with svelte-check |
npm run tauri dev |
Run the desktop app with hot reload |
npm run tauri build |
Build installable desktop artifacts |
docs/agents/README.mddocs/SVELTE5_CANON.mdAGENTS.mdVS Code with Svelte, Tauri, and rust-analyzer is a solid default setup.