Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.02 KB

Dyte Next.js Example

A video conferencing app built on top of Dyte

About the Project

I wanted to build a serverless Next.js version of Dyte's react example

Built with

Getting Started

Make sure you get your organisation id and API key from Dyte by signing up here

Installation

  1. Clone the repo
git clone https://github.com/anmolm96/dyte-nextjs-example
  1. Install packages
yarn
  1. Create an .env file with your credentials. Use .env.example as a template.

  2. Run the application

yarn run dev

Deploy

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