Here's the quick run-through of how to run the app:
- Visit http://elm-lang.org/install and run through the quick 'n easy installation process
- Run
./build.sh
to build the files and open theindex.html
file
To automatically reopen the webpage as changes are made to the elm files, simply run ./watch.sh
.