A trainer for Mahjong written in Elm.
Site: https://mahjong-trainer.netlify.app
Make sure that you have Elm installed in your system.
npm install
# generate css/app.css
npm run css-build
npm run liveThe last command will open your browser, reload the page if you don't see anything the first time.
Generate a build in public/:
npm run build:prodnpm testMIT