an online meeting web app using broadcast channels and peer-to-peer connections.
- Vercel ― a cloud platform for web hosting.
- Supabase ― a Postgres database provider.
- Cloudinary ― an API platform for images and videos.
-
install dependencies using pnpm:
pnpm install
-
create
.env
file that has all the required vars in src/env.js file. -
start the development server on localhost:3000:
pnpm dev
Distributed under the BSD 2-Clause license.