Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 569 Bytes

Stream Together

A simple app to live stream with a friend.

Getting Started

This is a Next.js project bootstrapped with create-next-app. You can install it with:

npm i

Then copy the .env.sample file to .env.local and populate the values using the AgoraIO console: https://console.agora.io/v2

Finally, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.