A video conferencing app built on top of Dyte
I wanted to build a serverless Next.js version of Dyte's react example
Make sure you get your organisation id and API key from Dyte by signing up here
- Clone the repo
git clone https://github.com/anmolm96/dyte-nextjs-example
- Install packages
yarn
-
Create an
.env
file with your credentials. Use.env.example
as a template. -
Run the application
yarn run dev
Setup and deploy your project on Vercel by running the following command.
Make sure you have your env variables set on the project in Vercel too -> More information
vercel