Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 619 Bytes

File metadata and controls

13 lines (8 loc) · 619 Bytes

Code Red

Blog Post + Demo

Summarizes the project and covers a quick demo at the end!

https://registers.johncarlomanuel.com/code-red-connecting-remote-teams-with-play/

Setup

  1. install packages in root, /client and /server directories with npm setup at the root package.json
  2. create a.env file in ./client and copy the contents of .env.example to it
  3. if using devbox, run devbox services up to run both server and client, else manually startup the server and client with their provided npm scripts