Long working sessions could affect your health. Take a break ⏲️
Project made with ❤️, ReScript, Electron and React. Contributions are welcome
This app sits in a tray and when time comes to take a break it'll create blocking windows on all your screens.
You may want to stretch or exercise during this time. When your break is finished, app will schedule next break.
You can adjust your break timings under settings
Currently, this repo doesn't have a compiled installer. But you may make an installer yourself. Please, refer to How to dist section
npm run compile-watch
npm run build-watch
npm start
npm run compile
npm run build
npm run dist
You'll find an installer under dist
folder.
Currently, there's only a vscode launch config for debugging electron's main process. Renderer process can be debugged via dev tools + react debugger.