Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 676 Bytes

Elm Calendar

A work in progress towards a reusable calendar widget.

demo

Contributing

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 😄