Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 212 Bytes

P2P Video chat platform

To run in local environment

  • signalhub --listen -p 8080
  • npm i
  • npm run start

To add changes, you need to build js files which requires webpack,for that

  • npm run build