Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 596 Bytes

waves-explorer

Waves explorer made using Elm

Development Build

Install Elm (e.g. with npm install --global elm or make install), then from the root project directory, run this:

$ elm make src/Main.elm --output elm.js

If you want to include the time-traveling debugger, add --debug like so:

$ elm make src/Main.elm --output elm.js --debug

Production Build

(Make sure you have Uglify installed first, e.g. with npm install --global uglify-js or make install)

make build