Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 477 Bytes

Tomatillo

A pomodoro desktop app built with Svelte and Tauri. Tomatillo app

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