Fset model renderer
[MacOS]
Install elm via asdf
brew install asdf
asdf plugin add elm
asdf install elm 0.19.1
asdf local elm 0.19.1
Up and running with file watcher
npm install --global elm elm-live
elm-live src/Main.elm --start-page=index.html -- --output=main.js