This repository aims to scaffold the development of a desktop application using SvelteKit as the front-end framework, Svelte ShadcnUI for the UI components and Tauri for the build of the web app into a desktop native app. Comes with TailwindCSS for ease of styling.
Starts the default server (opens in browser).
pnpm dev
Starts the default server with Tauri (opens in a new window).
pnpm tauri dev
Buils the app for production.
pnpm tauri build