Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 543 Bytes

File metadata and controls

17 lines (14 loc) · 543 Bytes

Bones dice game, this time running on Node.

Also available to play on https://bones-de90e7d3d066.herokuapp.com/.

Install

To install and run the server locally run these commands:

git clone https://github.com/zsd7200/bonesnode.git
cd bonesnode
yarn install
yarn run build
yarn run watch

The server will now be running on port 3000 (http://localhost:3000/), unless otherwise specified.

Press CTRL+C to terminate the watch process.