Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 436 Bytes

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