Assume you already have Node and Elm installed, you can use either NPM or Yarn.
- Clone this project
- Install dependencies:
npm install
elm-package install
- Start the dev server:
npm start
To deploy it on your server, just run npm build
and copy the two files in dist
folder. It run as a static HTML page, so you can even put it on Github Pages.