https://github.com/eyaadh/agora-video-conference
https://github.com/eyaadh/agora-video-conference
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eyaadh/agora-video-conference
- Owner: eyaadh
- Created: 2023-11-11T23:54:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T00:08:10.000Z (over 1 year ago)
- Last Synced: 2025-01-22T11:09:28.184Z (3 months ago)
- Language: Vue
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```