A work in progress towards a reusable calendar widget.
I'm using elm-live for development, it's great!
Install elm-live:
npm i -g elm-live
Install the calendar dependencies
elm-package install
Install the dependencies for the examples
cd examples && elm-package install && cd -
And run elm-live examples/src/<WhicheverExample>.elm --output=examples/elm.js --open --dir=examples
Then edit any of the files, and you should have some nice hot reloading!
PRs welcome 😄