- Deployment Link: https://globalchat-nm.vercel.app
- GitHub Repo Link: https://github.com/neetmangat/globalchat
- YouTube Build Link: https://www.youtube.com/watch?v=OOUsvDOKlGs
- Clone the repository and install dependencies
git clone https://github.com/neetmangat/globalchat.git globalchat && cd globalchat && npm install
-
Start new Firebase Project, Get ProjectID, Client Email, Private Key, Google Client ID, Google Client Secret
-
Register Stripe account and get Secret Key and Product Price ID
-
Add the server environment variables
cp .env.example .env.local
- Run the development server:
yarn run dev
- Open http://localhost:3000 with your browser to see the result.