https://github.com/axelson/pomodoro
https://github.com/axelson/pomodoro
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/pomodoro
- Owner: axelson
- Created: 2019-07-10T18:07:44.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T22:36:16.000Z (over 1 year ago)
- Last Synced: 2025-08-22T01:59:12.788Z (10 months ago)
- Language: Elixir
- Size: 575 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro
A pomodoro timer that is customizeable on the fly.

## Installation
Linux: Ensure that `aplay` is installed
Mac: Nothing (`afplay` is installed by default)
## Running
To run:
``` sh
mix deps.get
mix ecto.create
mix ecto.migrate
iex -S mix
```