pomo is a pomodoro timer that allows you to set designated focus and break times.
- Start, pause, and reset pomodoro timers ⏲️
- Focus counter for tracking amount of focus sessions 📚
- Custom focus, break, and long break times 🕰️
pomo requires Bun to run. To install Bun, run the following command:
curl -fsSL https://bun.com/install | bashTo get started, clone the pomo repository:
git clone https://github.com/dalentri/pomo.gitAfter cloning the repository, install all dependencies:
bun installAll development files are in the src/ folder.
To run the development Bun web server, run the following command:
bun run devTo run the production Bun web server, run the following command:
bun run prod