DGNum customized frontend for LiveKit
Find a file
renovate[bot] b0086eec03
Update dependency livekit-client to v2.0.7 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 06:50:50 +00:00
.github/assets Update readme (#8) 2023-01-19 19:27:11 -08:00
lib Fix microphone menu label (#219) 2024-03-10 16:22:08 +01:00
pages Add settings menu (#209) 2024-03-05 15:48:46 +01:00
public fix tab switch bug and minor enhancements (#46) 2023-03-30 18:52:44 +02:00
styles Add settings menu (#209) 2024-03-05 15:48:46 +01:00
.env.example Add settings menu (#209) 2024-03-05 15:48:46 +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
LICENSE Create LICENSE (#55) 2023-04-18 16:13:52 +02:00
next-env.d.ts Initial public release 2022-10-24 17:03:12 +02:00
next.config.js Add settings menu (#209) 2024-03-05 15:48:46 +01:00
package.json Update dependency livekit-client to v2.0.7 (#221) 2024-03-14 06:50:50 +00:00
pnpm-lock.yaml Update dependency livekit-client to v2.0.7 (#221) 2024-03-14 06:50:50 +00:00
README.md Replace yarn with pnpm (#156) 2023-11-09 10:36:31 +02:00
renovate.json Order renovate rules from least to most important (#217) 2024-03-07 15:15:26 +01:00
tsconfig.json turn on source maps for production (#59) 2023-04-21 11:19:55 +02: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 up 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 pnpm 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 pnpm dev to start the development server and visit http://localhost:3000 to see the result.
  5. Start development 🎉