The rules of the game are simple: the first player to connect 4 of the same colored discs in a row (either vertically, horizontally, or diagonally) wins.
install dependences
yarn
run the application
yarn start
run the tests
yarn test
run the e2e tests
yarn test:e2e