Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 751 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 751 Bytes

Draw me

Sort of like pictionary made in Elm. I got the name from the song Draw me - Sonata Arctica.

Requirements

Set up

Install requirements:

asdf install

Install dependencies:

npm install

Build

npm run build

NOTE: This will also download the Elm dependencies.

Watch

Execute elm reactor:

npm run watch

After that, open [http://localhost:8000][http://localhost:8000] in a browser. Go to dist > index.html.