Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 753 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 753 Bytes

Video-Streaming-Platform

Cloning the Repository

On your local computer, navigate to the directory where you want to clone the repository.

To clone the repository, run the following command:

git clone https://github.com/daiwikpal/Video-Streaming-Platform.git

Open the Video-Streaming-Platform directory on your text editor or IDE.

Setup

Install dependencies:
Run npm install in the web-client folder.

Running the app

Navigate to the web-client directory and run the following:

npm run dev 
npm i

if the previous command does not work, run the following commands

npm i lucide-react
npm i class-variance-authority tailwind-merge

This will run the Next.js app on a local server on port 3000.