Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 189 Bytes

random-color

To run this thing in development mode:

yarn
yarn run elm-live src/Main.elm --output=main.js --debug

To compile the minified version:

yarn run compile-min