Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 479 Bytes

Try here

Installing and running

Make sure you have the latest stable version of Node.js installed and then install the Yarn package manager globally using:

npm install -g yarn

Clone this repository:

git clone https://github.com/orionnye/DeckGame.git

Under DeckGame, install and build:

cd DeckGame
yarn install

Start the dev server:

yarn watchall

Then browse to http://localhost:8080/