harshjohar / fabchat

Fabchat is a VoIP and instant messaging social platform. Create servers, create channels, talk on voice chat/real time messaging. have fun :)
https://fabchat.vercel.app/
4 stars 9 forks source link
firebase nextjs webrtc

FabChat

Fabchat is a VoIP and instant messaging social platform. Create servers, create channels, talk on voice chat/real time messaging.

Built using NEXTjs, Firebase, twilio and Expressjs.

Features

Contribute

Follow these steps to contribute.

Fork the repository.

Fork the repository to your own account.

Clone the forked repo

Clone the forked repo to your local machine using the following command.

git fork https://github.com/<username>/fabchat

Local Setup

Run these command to install dependencies.

cd fabchat && yarn install
npm i -g yarn

Firebase setup

Create a project on firebase, and create a web app inside it. And configure the following

Environment variables

Create .env.local file, by copying all keys from .env.example and taking values from the firebase configuration.

Start locally, run

yarn dev

Happy Contributing!