/chess.elm

Chess game built in Elm

Primary LanguageElm

Demo

https://congwenma.github.io/chess-elm/

Start up

**NOTE: As of today (02/2018) ** Needs to have elm-github-install package installed from npm

npm i -g elm-github-install

then run this to get elm-ui

elm-install

then install rest of the packages

npm install

npm run start