A template to build tauri applications with sveltekit.
npm install or yarn install or pnpm install.npm tauri dev or yarn tauri dev or pnpm tauri dev.productName should be renamed to your application name.npm tauri build or yarn tauri build or pnpm tauri build.The android setup is ready and the gradle has been configured to sign the app. Use build_android workflow action to build an app.
If android is not wanted, just delete src-tauri/gen/android and .github/workflows/build_android.yml