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

webrtc/test-pages

Repository files navigation

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

About

Collection of test pages used for WebRTC development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published