Skip to content

dyte-io/async-interview

Repository files navigation

Dyte Async Interview Sample

Contents

  1. Introduction
  2. About This Repository
  3. Setting Up the Project
  4. Usage
  5. Contributing
  6. License

Introduction

Dyte is a technology company specializing in real-time communication solutions. Our products are designed to enable seamless and efficient video interactions in various applications, ranging from virtual meetings to interactive live streaming. The offerings are known for their robust performance, scalability, and ease of integration.

About This Repository

Usage

  1. Run npm install
  2. Create a copy of the file .env.example.
cp .env.example .env.local
  1. Add your credentials in the .env.local file.

  2. Run npm run dev to start dev server.