/card-game

♠️ Card game card ♣️

Primary LanguageJavaScript

card-game

♠️ Card game card ♣️

Setup

Ensure you have node installed. Use either npm or yarn.

Run this command to install project dependencies.

yarn install

or

npm install

Run

Run this command to start the game.

yarn start:dev

or

npm run start:dev

Run tests

Run this command to run the tests.

yarn test

or

npm test