Update readme (#8)

This commit is contained in:
Mark Otto 2023-01-19 19:27:11 -08:00 committed by GitHub
parent cf7d8890c1
commit baa00b4417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 4 deletions

BIN
.github/assets/livekit-mark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

BIN
.github/assets/livekit-meet.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -1,17 +1,35 @@
<a href="https://livekit.io/">
<img src="./.github/assets/livekit-mark.png" alt="LiveKit logo" width="100" height="100">
</a>
# LiveKit Meet
This project is home for a simple video conferencing app built with LiveKit.
<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>
> There's a new meet example app available! Redesigned from the ground up! Check its building blocks out [here](https://github.com/livekit/components-js)
<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.
![LiveKit Meet screenshot](./.github/assets/livekit-meet.jpg)
## 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).
- App is built with [@livekit/components-react](https://github.com/livekit/components-js/) library
- App is built with [@livekit/components-react](https://github.com/livekit/components-js/) library.
## Demo
Give it a try at https://meet.livekit.io
Give it a try at https://meet.livekit.io.
## Dev Setup