Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 479 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 479 Bytes

WEBRTC2CORE

NPM

Introduction

webrtc2core is a front-end WebRTC client.

Install package

Install n package-manager.

yarn global add n
# OR
npm install -g n
# OR
brew install n
# OR
curl -L https://git.io/n-install | bash

Change node version:

n lts
# OR
n 12
# OR
n 12.16

Install modules:

yarn
# OR
npm install

Visual Studio Code Extension