Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 328 Bytes

Thanks for reading my solution!

To run this game, you will need to have the Node ecosystem installed. These instructions are written for yarn, so you may need to

npm install -g yarn

first.

To install dependencies:

yarn

To run tests:

yarn test

And to launch the application:

yarn run run