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.
- Host: GitHub
- URL: https://github.com/fdemir/pong
- Owner: fdemir
- Created: 2023-12-08T06:44:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T09:49:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T03:43:42.863Z (6 months ago)
- Topics: livekit, nextjs, nextjs-app-router, shadcn, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://pong-jet.vercel.app
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```