Pomodoro with Miu
Minimize Close
Animated Cat

You can do it!

25:00

๐Ÿ–ฅ๏ธ This is a browser preview. The full desktop app is built with Electron.js โ€” download it here

โšก Want to build your own Electron app?
  1. Install Node.js, then run npm init in your project folder
  2. Install Electron: npm install electron --save-dev
  3. Create a main.js that opens a BrowserWindow loading your HTML
  4. Add "start": "electron ." to your package.json scripts
  5. Run npm start to launch your desktop app!
  6. To package it as an installer, use Electron Forge: npm install @electron-forge/cli --save-dev

๐Ÿ“š Learn more at electronjs.org ยท electronforge.io