Made with Svelte and Tailwindcss. Remix is used for most icons and Shadcn-Svelte for UI components.
Start the dev server using npm run dev or use vite commands directly.
- Add both platforms via
npm cap add ios && npm cap add android. - Build for mobile using
npm run build:mobile. - Generate the mobile assets (icons and splash screen images) via
npm run build:app-icons.