Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 613 Bytes

File metadata and controls

29 lines (19 loc) · 613 Bytes

meet.jpc.io

A dead-simple app for zero-auth video conferencing

The app is available live at https://meet.jpc.io.

Setup

Clone the repo, install dependencies, deploy backend resources:

git clone [email protected]:johnpc/jpc-meet.git
cd jpc-meet
npm install
npx ampx sandbox

Then, to run the frontend app

# on web
npm run dev

Deploying

Deploy this application to your own AWS account in one click:

amplifybutton