This repository has been archived by the owner. It is now read-only.
HTML to Elm code converter using the browser’s native DOM parser.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src refactor: improve names of variables in generate Jan 25, 2018
.gitattributes init Jan 23, 2018
.gitignore feat: add deploy task to Makefile Jan 25, 2018
Makefile feat: add deploy task to Makefile Jan 25, 2018
README.md
elm-package.json
index.ejs feat: add <title> Jan 25, 2018
index.js feat: add a style attribute to default html Jan 25, 2018
package.json
poi.config.js
yarn.lock

README.md

html2elm.obtuse.io

This is the source code for https://html2elm.obtuse.io.

Developing

You'll need Node.js and Yarn installed.

$ yarn install
$ yarn start

This will start a local server at http://localhost:4000.

Building

You'll need Node.js and Yarn installed.

$ yarn install
$ yarn build

The generated files should now be in dist/.