An open API service indexing awesome lists of open source software.

https://github.com/fdemir/pong

Video conferencing client. Screen, video and audio sharing.
https://github.com/fdemir/pong

livekit nextjs nextjs-app-router shadcn tailwindcss typescript

Last synced: 6 months ago
JSON representation

Video conferencing client. Screen, video and audio sharing.

Awesome Lists containing this project

README

          

# Pong

Pong is a video conferencing app. Powered by LiveKit and WebRTC.

## Development

Pong uses Pnpm as its package manager. To install dependencies, run:

```bash
pnpm install
```

To run the app in development mode, run:

```bash
pnpm dev
```