jxxcarlson / elm-editor

A pure Elm text editor based on Martin Janiczek's demo
https://jxxcarlson.github.io/app/text-editor/index.html
BSD 3-Clause "New" or "Revised" License
44 stars 4 forks source link

Install elm-live locally for demo: #9

Closed RalfBarkow closed 4 years ago

RalfBarkow commented 4 years ago

npm install --save-dev elm elm-live@next

jxxcarlson commented 4 years ago

Thanks!