livekit-dgn/README.md

43 lines
1.5 KiB
Markdown
Raw Normal View History

2023-01-20 04:27:11 +01:00
<a href="https://livekit.io/">
<img src="./.github/assets/livekit-mark.png" alt="LiveKit logo" width="100" height="100">
</a>
2022-10-24 17:03:12 +02:00
# LiveKit Meet
2023-01-20 04:27:11 +01:00
<p>
<a href="https://meet.livekit.io"><strong>Try the demo</strong></a>
<a href="https://github.com/livekit/components-js">LiveKit Components</a>
<a href="https://docs.livekit.io/">LiveKit Docs</a>
<a href="https://livekit.io/cloud">LiveKit Cloud</a>
<a href="https://blog.livekit.io/">Blog</a>
</p>
<br>
LiveKit Meet is an open source video conferencing app built on [LiveKit Components](https://github.com/livekit/components-js), [LiveKit Cloud](https://livekit.io/cloud), and Next.js. It's been completely redesigned from the ground using our new components library.
2022-10-24 17:03:12 +02:00
2023-01-20 04:27:11 +01:00
![LiveKit Meet screenshot](./.github/assets/livekit-meet.jpg)
2022-10-24 17:03:12 +02:00
## Tech Stack
- This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
2023-01-20 04:27:11 +01:00
- App is built with [@livekit/components-react](https://github.com/livekit/components-js/) library.
2022-10-24 17:03:12 +02:00
## Demo
2023-01-20 04:27:11 +01:00
Give it a try at https://meet.livekit.io.
2022-10-24 17:03:12 +02:00
## 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](http://localhost:3000) to see the result.
5. Start development 🎉