Skip to content

moransantiago/vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages