An open API service indexing awesome lists of open source software.

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

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/)