Skip to content

brizuela-go/videochatapp

Repository files navigation

Video Chat App made with Livekit and Next.js

This is a simple video chat app made with Livekit and Next.js.

Running the app

  1. Clone the repository
git clone https://github.com/brizuela-go/videochatapp
  1. Install dependencies
npm install
  1. Run the app
npm run dev
  1. Open the app in your browser
open http://localhost:3000