- Go to https://ellie-app.com/3Jb5cn87n8ta1/0
- Click the compile button
- Make sure you have Elm 0.18 installed (if you have NPM, run
npm i -g elm
) - Clone this repo and
cd
into it - Run
elm-make src/Main.elm --output elm.js
- Open index.html in your browser
Below are the commands you can run in your terminal to start and run the program locally:
npm i -g elm
git clone https://github.com/bryanjenningz/elm-pomodoro-list.git
cd elm-pomodoro-list
elm-make src/Main.elm --output elm.js
open index.html