Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammy-t/uvu
A WebRTC chat and conferencing website
https://github.com/sammy-t/uvu
chat conferencing firebase webrtc
Last synced: 5 days ago
JSON representation
A WebRTC chat and conferencing website
- Host: GitHub
- URL: https://github.com/sammy-t/uvu
- Owner: Sammy-T
- License: mit
- Created: 2021-02-01T02:39:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T06:57:52.000Z (5 months ago)
- Last Synced: 2024-06-17T08:05:21.061Z (5 months ago)
- Topics: chat, conferencing, firebase, webrtc
- Language: JavaScript
- Homepage: https://uvuchat.web.app/
- Size: 11.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uvu
This is a chat and conferencing website communicating via WebRTC and using Firebase for signaling.This project is configured to be deployed using Firebase.
## Getting Started
### Prerequisites
The project must be set up with Firebase and Firebase Tools cli must be installed to interact with emulators, hosting, and the database.Then, install packages with:
```bash
npm install
```### Development
Start the dev server:
```bash
npm run dev
```
Then, navigate to http://localhost:5173 to preview the website.Start the Firebase Emulator dev server:
```bash
npm run dev:firebase
```
Then, navigate to http://localhost:5000 to preview the website.### Deploying
Build to the `dist` directory and deploy the built files:
```bash
npm run deploy
```## License
This project uses the [MIT](LICENSE) license.