Skip to content

djuretic/riichi-mahjong-trainer

Repository files navigation

Mahjong Waits Trainer

A trainer for Mahjong written in Elm.

Site: https://mahjong-trainer.netlify.app

Develop

Make sure that you have Elm installed in your system.

npm install
# generate css/app.css
npm run css-build
npm run live

The last command will open your browser, reload the page if you don't see anything the first time.

Production build

Generate a build in public/:

npm run build:prod

Tests

npm test

License

MIT