Elevate your video calls with ease. Enjoy crisp audio, HD video, and secure meetings. Your go-to for seamless virtual communication.
git clone https://github.com/sameer240704/virtual-vibe.git
cd virtual-vibe
Install the project dependencies
npm install
Create a new file named .env.local
in the root directory of the project and add the following content or enter your credentials from GetStream and Clerk in the .env.local.example
:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_STREAM_API_KEY=
STREAM_SECRET_KEY=
NEXT_PUBLIC_BASE_URL=
Open http://localhost:3000 in your browser to view the project
npm run dev