One-To-One Video/Audio call app built with WebRTC, Go Fiber, Solid JS, TailwindCSS and uses github oauth.
cd server
export CLIENT_ID="github_oauth_client_id"
export CLIENT_SECRET="github_oauth_client_secret"
go get .
go build
source .env
./Meet
Change oauth_url
in /web/src/Components/Topbar.tsx
cd web
npm ci
npm build
serve dist