Add simulate migration in debug options
LiveKit Meet
This project is home for a simple video conferencing app built with LiveKit.
Tech Stack
- This is a Next.js project bootstrapped with
create-next-app. - App is built with livekit-react library
Demo
Give it a try at https://meet.livekit.io
Dev Setup
Steps to get a local dev setup up and running:
- Run
yarn installto install all dependencies. - Copy
.env.examplein the project root and rename it to.env.local. - Update the missing environment variables in the newly created
.env.localfile. - Run
yarn devto start the development server and visit http://localhost:3000 to see the result. - Start development 🎉
Languages
TypeScript
94.8%
CSS
3.8%
JavaScript
1.4%