DGNum customized frontend for LiveKit
Find a file
David Zhao 9964dc42b3
Merge pull request #2 from livekit/migration
Add simulate migration in debug options
2022-10-26 10:09:46 -07:00
components Add simulate migration in debug options 2022-10-25 12:00:41 -07:00
lib Initial public release 2022-10-24 17:03:12 +02:00
pages Initial public release 2022-10-24 17:03:12 +02:00
public Initial public release 2022-10-24 17:03:12 +02:00
styles Initial public release 2022-10-24 17:03:12 +02:00
.env.example Initial public release 2022-10-24 17:03:12 +02:00
.eslintrc.json Initial public release 2022-10-24 17:03:12 +02:00
.gitignore Initial public release 2022-10-24 17:03:12 +02:00
.prettierignore Initial public release 2022-10-24 17:03:12 +02:00
.prettierrc Initial public release 2022-10-24 17:03:12 +02:00
next-env.d.ts Initial public release 2022-10-24 17:03:12 +02:00
next.config.js Initial public release 2022-10-24 17:03:12 +02:00
package.json Initial public release 2022-10-24 17:03:12 +02:00
README.md Initial public release 2022-10-24 17:03:12 +02:00
tsconfig.json Initial public release 2022-10-24 17:03:12 +02:00
yarn.lock Initial public release 2022-10-24 17:03:12 +02:00

LiveKit Meet

This project is home for a simple video conferencing app built with LiveKit.

Tech Stack

Demo

Give it a try at https://meet.livekit.io

Dev Setup

Steps to get a local dev setup up and running:

  1. Run yarn install to install all dependencies.
  2. Copy .env.example in the project root and rename it to .env.local.
  3. Update the missing environment variables in the newly created .env.local file.
  4. Run yarn dev to start the development server and visit http://localhost:3000 to see the result.
  5. Start development 🎉