https://github.com/lbighetti/focus-potion
🍅A Pomodoro Technique web app built with Elm
https://github.com/lbighetti/focus-potion
elm elmlang pomodoro pomodoro-technique pomodoro-timer
Last synced: about 1 month ago
JSON representation
🍅A Pomodoro Technique web app built with Elm
- Host: GitHub
- URL: https://github.com/lbighetti/focus-potion
- Owner: lbighetti
- Created: 2018-06-19T20:04:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T02:33:05.000Z (over 5 years ago)
- Last Synced: 2025-03-24T06:51:34.482Z (about 2 months ago)
- Topics: elm, elmlang, pomodoro, pomodoro-technique, pomodoro-timer
- Language: Elm
- Homepage: https://focus-potion.netlify.com/
- Size: 54.7 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Focus Potion
Pomodoro Technique powered by Elm.
# How to Build
* Install Brunch (`npm install -g brunch`)
* Clone this project
* Run `brunch watch --server` on the cloned directory root.
* Open the `http://localhost:3333` and enjoy :)This setup is live reloading, meaning each time you change the Elm code and save the file it will be quickly reflected on the page.
# Deploy
Deploy is automated from master branch on [Netlify](https://www.netlify.com)
* [https://focus-potion.netlify.com/](https://focus-potion.netlify.com/)