git clone https://github.com/ObserveRTC/demo-app.git- Install the observer
 
cd observer && yarn && tsc- Install the sfu
 
cd sfu && yarn && tsc- Install the webapp
 
cd webapp && yarn- Start observer
 
cd observer
node dist/main.js- Start sfu
 
cd sfu
node dist/main.js- Start the webapp
 
cd webapp
yarn start