Sort of like pictionary made in Elm. I got the name from the song Draw me - Sonata Arctica.
Install requirements:
asdf install
Install dependencies:
npm install
npm run build
NOTE: This will also download the Elm dependencies.
Execute elm reactor:
npm run watch
After that, open [http://localhost:8000][http://localhost:8000] in a browser. Go to dist > index.html
.