This is a chat and conferencing website communicating via WebRTC and using Firebase for signaling.
This project is configured to be deployed using Firebase.
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:
pnpm installStart the dev server:
pnpm run devThen, navigate to http://localhost:5173 to preview the website.
Start the Firebase Emulator dev server:
pnpm run dev:firebaseThen, navigate to http://localhost:5000 to preview the website.
Build to the dist directory and deploy the built files:
pnpm run deployThis project uses the MIT license.