Sammy-T / uvu

A WebRTC chat and conferencing website

Home Page:https://uvuchat.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

npm install

Development

Start the dev server:

npm run dev

Then, navigate to http://localhost:5173 to preview the website.

Start the Firebase Emulator dev server:

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:

npm run deploy

License

This project uses the MIT license.

About

A WebRTC chat and conferencing website

https://uvuchat.web.app/

License:MIT License


Languages

Language:JavaScript 49.4%Language:Svelte 48.1%Language:SCSS 1.9%Language:HTML 0.7%