This is a web version of the remote game. To start the instance of the game first you need to install the packages of the web by navigating to the packages/web
by running the following command:
cd packages/web
Then install the dependencies by running the following command:
yarn
Finally you need to start the development server by running the following command:
yarn start
The development server will start on port 3000