Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 731 Bytes

Frontend

How to use

Write HTML-Code in the first editor and CSS in the second editor.

To-Do

  • Cleanup Code

Try it

https://theghostoftomjoad.github.io/

Build it

Only the .elm files, package.json, elm.json, index.html, myhtmlhint.js, mycsshint.js and, codemirror.css and custom_cssl-lint.js are necessary to build.

npm install
elm make src/Main.elm --output main.js --debug
# stack install wai-app-static # To get the warp server
warp # Or serve it in your preferred way

Should look like this CodeMirror

Sources

The code isinspired by this repo: https://github.com/tommyengstrom/codemirror-elm