The Pomodoro is a productivity technique that allows you to work for 25 minutes and take a five minute break. This is a desktop application that will run on Linux, Mac, and Windows build using electron + photonkit.
- Install node dependencies:
npm install
. - Open the example app:
npm start
.