Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 603 Bytes

How it works

Check out the full article.

Getting started

If you don't already have elm and elm-live:

$ npm install -g elm elm-live

Then, to build everything:

$ elm-live --output=presentation.js src/Main.elm --pushstate --open --debug

(Leave off the --debug if you don't want the time-traveling debugger.)