* Add link to components to README * use components meet version * update readme * fix index styles * update components * update components * update components
24 lines
1,000 B
Markdown
24 lines
1,000 B
Markdown
# LiveKit Meet
|
|
|
|
This project is home for a simple video conferencing app built with LiveKit.
|
|
|
|
> 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)
|
|
|
|
## 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
|
|
|
|
## 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](http://localhost:3000) to see the result.
|
|
5. Start development 🎉
|