diff --git a/README.md b/README.md new file mode 100644 index 0000000..81a327d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Zoom Clone with WebRTC + +This is the offical Github repository for `Zoom Clone with WebRTC` project taught over [here](https://www.youtube.com/watch?v=DvlyzDZDEq4). +*** +### Installation +> Clone the + +Run `npm i` to install all requried node modules +>npm i + +Run `npm start` to start the node server +>npm start + +Now you would be able to access the server at [http://127.0.0.1:3000](http://127.0.0.1:3000) by default.