Connect4 A simple asynchronous Connect Four made for GitHub readme. Installation Run npm i to install the dependencies. And run npm run start to launch the web server. Play! Docker Run docker build -t connect4 . And run docker run -d -p 3000:3000 connect4