A simple and beautiful Pomodoro timer.
Choc is a desktop application. It provides a simple and elegant way to stay focused using the Pomodoro Technique.
- Pomodoro timer
- Customizable timer settings
- Minimalist and user-friendly interface
- Clone the repository:
git clone https://github.com/your-username/choc.git cd choc - Install the dependencies:
npm install
- Start the development server:
npm start
To build the application, you can use the following commands:
-
All platforms:
npm run package
-
Linux:
npm run package:linux
-
Windows:
npm run package:win
-
macOS:
npm run package:mac
This will create distributables files in the dist directory.