Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 553 Bytes

Color Stew

Color Stew is a design tool for experiments of color combinations.

Try Color Stew at https://superhahnah.com/application/color-stew.

Build

Development Build

$ elm make src/*.elm --output=main.js --debug

Or with elm-live, following command works.

$ elm-live src/*.elm -- --output=main.js --debug

Production Build

$ elm make src/*.elm --output=main.js --optimize

License

MIT © 2019, hahnah