An open API service indexing awesome lists of open source software.

https://github.com/eyaadh/agora-video-conference


https://github.com/eyaadh/agora-video-conference

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# agora-video-conference

This project serves as a demonstration of a video conferencing application, which I created for a [blog post](http://blog.eyaadh.net/2023/11/how-i-created-something-like-google.html). To gain a comprehensive understanding of the entire application and its functionalities, please visit the [blog](https://blog.eyaadh.net/) and look for the post mentioning ["How I created something like Google Meet and Zoom"](http://blog.eyaadh.net/2023/11/how-i-created-something-like-google.html).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```