Tomatillo
A pomodoro desktop app built with Svelte and Tauri.
Setup
- Complete the prerequisites for running Tauri.
- Run
npm install
- Access the app (the first time you do this will take a while):
- Load up the app in development mode by running
npm run tauri dev
- Build the app using
npm run tauri build