Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 534 Bytes

Dice CD

This is a web-based dice rolling app that uses React, Three and Cannon. Demo is available here.

Usage

# Install dependencies
$ npm install

# Run in dev
$ npm run dev

# Build for prod
$ npm run build

See scripts in package.json for additional commands.

Credits

Based on http://a.teall.info/dice/ by Anton Natarov.