Skip to content

evgeny-rov/dice-roller

Repository files navigation

3D Dice Roller

Roll virtual 3D dice. Made with Three.js and Cannon.js

Latest build hosted on gh-pages

Get started

$ git clone https://github.com/evgeny-rov/dice-roller.git
$ cd dice-roller/
$ npm install

Commands

Build project and open web server running project:

$ npm run start

Builds code bundle with production settings:

$ npm run build