A modern template for building desktop applications with Svelte and Tauri.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
src/
├── lib/i18n/ # Translation files
├── routes/
│ ├── home/ # Home page
│ ├── settings/ # Settings page
│ └── about/ # About page
└── app.css # Global styles
MIT