Ensure you have node installed. Use either npm
or yarn
.
Run this command to install project dependencies.
yarn install
or
npm install
Run this command to start the game.
yarn start:dev
or
npm run start:dev
Run this command to run the tests.
yarn test
or
npm test