Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 812 Bytes

WiWi

an online meeting web app using broadcast channels and peer-to-peer connections.

Powered By

  • Vercel ― a cloud platform for web hosting.
  • Supabase ― a Postgres database provider.
  • Cloudinary ― an API platform for images and videos.

Running Locally

  1. install dependencies using pnpm:

    pnpm install
  2. create .env file that has all the required vars in src/env.js file.

  3. start the development server on localhost:3000:

    pnpm dev

License

Distributed under the BSD 2-Clause license.