Some instructions on how to start the game.
First, we need to install all dependencies for the client. (Install node and yarn if you don't have them)
From the project directory:
cd client
Then, in the client folder:
yarn install
Simply run
yarn dev
First, we need to install all dependencies for the server.
From the project directory:
cd server
Then, in the server folder:
yarn install
Simply run
npm run serve
localhost:8080