Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 477 Bytes

Requirements

  • Web browser that supports WebRTC
  • Node.js
  • npm
  • Other dependencies for the server are present in the package.json file and can be installed using $ npm install

Usage

  • Clone/download this repository
  • Change working directory to the top-level directory of this repository
  • Install dependencies:
	$ npm install
  • Start the server:
	$ npm start
  • Visit https://IP_of_server:3000