Skip to content

gdotdesign/elm-ui-website

Repository files navigation

Website of Elm-UI

This is the repository for the website of Elm-UI http://elm-ui.info.

Running Locally

Everything is set up with yarn:

  • Install dependencies (including Elm): yarn install
  • Starting the server: yarn start
  • Deployment: yarn run deploy

Documentation

The documentation is generated from the Elm-UI source code and copied over to public/documentation.json, so if you find a typo it needs to be fixed there.

Hosting

The website is hosted in the repository in the gh-pages branch using https://github.com/rafrex/spa-github-pages.