Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 478 Bytes

web

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