A prototype real-time streaming project (WebRTC) with a Go backend and a React/Electron/TypeScript/Tailwind frontend/app, using LiveKit as the media server.
cd backend
go mod tidy
go run . -config configs/config.yaml -migrate -seedcd frontend
npm install
npm run dev:webcd frontend
npm run dev:desktop