DGNum customized frontend for LiveKit
Find a file
2023-01-19 19:27:11 -08:00
.github/assets Update readme (#8) 2023-01-19 19:27:11 -08:00
lib Use components (#6) 2023-01-19 19:56:00 +01:00
pages Use components (#6) 2023-01-19 19:56:00 +01:00
public Use components (#6) 2023-01-19 19:56:00 +01:00
styles Use components (#6) 2023-01-19 19:56:00 +01:00
.env.example Use components (#6) 2023-01-19 19:56:00 +01: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 Use components (#6) 2023-01-19 19:56:00 +01:00
package.json Use components (#6) 2023-01-19 19:56:00 +01:00
README.md Update readme (#8) 2023-01-19 19:27:11 -08:00
tsconfig.json Initial public release 2022-10-24 17:03:12 +02:00
yarn.lock Use components (#6) 2023-01-19 19:56:00 +01:00

LiveKit logo

LiveKit Meet

Try the demoLiveKit ComponentsLiveKit DocsLiveKit CloudBlog


LiveKit Meet is an open source video conferencing app built on LiveKit Components, LiveKit Cloud, and Next.js. It's been completely redesigned from the ground using our new components library.

LiveKit Meet screenshot

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 🎉