Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 1.01 KB

WebRTC welcomes patches/pulls for features and bug fixes!

For contributors external to Google, follow the instructions given in the Google Individual Contributor License Agreement. In all cases, contributors must sign a contributor license agreement before a contribution can be accepted. Please complete the agreement for an individual or a corporation as appropriate.

If you plan to add a new sample or make significant changes to an existing sample, we recommend that you start by creating a new issue where we can discuss the details.

How to start developing a patch, new feature or bug fix

Clone the repo in desired folder

git clone https://github.com/webrtc/samples.git

Install npm dependencies

npm install

Start web server for development

npm start