elm-minesweeper
June 17, 2017 ยท View on GitHub
The classic game MineSweeper made with Elm. Play it.
Development
yarn installyarn run build:cssyarn start
Add ?debug=1 to the URL to run in debug mode.
Additional tasks:
yarn run formatruns elm-format.yarn run analyseruns elm-analyse.yarn run eslintruns ESLint.yarn run eslint -- --fixfixes most errors.yarn testruns elm-verify-examples and elm-test.yarn run buildmakes a production build.