/math-game-elm

Math game written in Elm

Primary LanguageJavaScript

Math game written in Elm

###Play it here! or find it here

##Prerequisites

  • Node.js > 4.0
  • run npm install or npm install -g elm onchange ws

##Build

  • run elm-make src/Main.elm --output assets/elm.js, or
  • run npm run compile to start watching sources and recompile on the fly.
onchange '**/*.elm' -v -- elm-make src/Main.elm --output assets/elm.js

##Test

  • run npm test

##Run

##Deploy

Deploy