Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 300 Bytes

Yahtzee!

The classic dice game from Milton Bradley built using mithril.js, tailwind, and the meiosis pattern

For development run

npm install
npm run dev

To build

npm install
npm run build