Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 904 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 904 Bytes

Build Status

Intro

Collection of test pages used for WebRTC development

Development

Detailed information on developing in the webrtc GitHub repo can be found in the WebRTC GitHub repo developer's guide.

Clone the repo in desired folder

git clone https://github.com/webrtc/test-pages.git

Install npm dependencies (also adds linting to precommit githooks)

npm install

Start web server for development

From the root of the checkout do cd test then run node server.js and finally navigate your browser to https://localhost:8080.

Linting

Runs grunt which currently only does linting.

npm test