Skip to content

Latest commit

 

History

History
executable file
·
70 lines (51 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
70 lines (51 loc) · 1.64 KB

RTCMultiConnection

A WebRTC JavaScript Library

Contributors

  1. Muaz Khan
  2. Alexey Kucherenko
  3. Yuri
  4. Dmitry
  5. +Your Name

Rules to Contribute

Git clone:

mkdir RTCMultiConnection
cd RTCMultiConnection
git clone --depth=50 --branch=master git://github.com/muaz-khan/RTCMultiConnection.git ./

or download ZIP:

# or MOST preferred one
wget https://github.com/muaz-khan/RTCMultiConnection/archive/master.zip
unzip master.zip 
cd RTCMultiConnection-master
ls -a

Install Grunt

mkdir node_modules
npm install --save-dev

# install grunt for code style verifications
npm install grunt-cli@0.1.13 -g

npm install grunt@0.4.5
npm install grunt-bump@0.7.0
npm install grunt-cli@0.1.13
npm install grunt-contrib-clean@0.6.0
npm install grunt-contrib-concat@0.5.1
npm install grunt-contrib-copy@0.8.2
npm install grunt-contrib-uglify@0.11.0
npm install grunt-contrib-watch@1.1.0
npm install grunt-jsbeautifier@0.2.10
npm install grunt-replace@0.11.0
npm install load-grunt-tasks@3.4.0

Compile distribution

grunt

# or auto compile
grunt watch

Success? Make a pull request!

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.