trelmo-app Prerequisites To install Elm follow these steps Installation git clone <repository-url> this repository cd trelmo-app Running compile with elm-make tboard.elm --output=dist/tboard.js and open index.html or... run elm-reactor and open localhost:8000/index.html Further Reading / Useful Links elm guides