Screenshots
Setting Up Environment
- Install/update VSCode and Docker
- Install
Remote Development
extension pack. Read about devcontainer here. - Open Command Pallete
F1
and runRebuild and run in container
- Run
yarn install
to install dependencies - Run
yarn dev
to start the frontend server - Run
yarn dev:server
to start the backend server - Join the game through
localhost:4000
on your web browser