moransantiago / vc

Open source video-conferencing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VC

VC is an open source video-conference platform built in react-nodejs to connect people.

Table of Contents

  1. Installation
  2. Developing
  3. Contributing
  4. Extensions

Installation

Use the package manager npm to install VC.

npm i -S vc

or

Clone the repo and run it in your own pc.

npm start

Developing

In order to set up the environment for developing, you should:
  • First of all, open a terminal/cmd, and run the react developing server inside the frontend dir.
cd /frontend && npm start
  • Secondly, open another terminal/cmd, and run the server.
npm run dev

Used packages and extensions

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Open source video-conferencing platform


Languages

Language:JavaScript 99.4%Language:HTML 0.6%Language:Shell 0.0%