This project is a application built with Next.js. It allows users to create rooms, join existing rooms, and stream video content for pair programming sessions. The application uses the Stream Video React SDK for video streaming and Prisma for database management.
If you like using this platform and want to add a new feature or you found a bug that you want to fix. feel free to raise a issue or a pull request!
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://https://github.com/aniketh3014/peerpair.dev.git
#or with ssh
git clone [email protected]:aniketh3014/peerpair.dev.git- Install the dependencies:
npm install
#or
yarn install-
Change the .env.example file in the root directory to .env and fill it with your environment variables.
-
Run the development server:
npm run devAll set! now you can open http://localhost:3000 to see the running project.
Thank you❤️!