Welcome to the Youtube-Shorts-Clone repository! Youtube-Shorts-Clone is a visually stunning website built using Next.js, TypeScript, and Styled-Components. The project is a front-end development endeavor and can be found on GitHub.
To get started, you can simply clone this repository and install the dependencies.
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
git clone https://github.com/itsme-Subid/Youtube-Shorts-Clone.git
To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
cd Youtube-Shorts-Clone
npm install
npm run dev
or, if you are using yarn:
cd Youtube-Shorts-Clone
yarn
yarn run dev
or, if you are using pnpm:
cd Youtube-Shorts-Clone
pnpm install
pnpm run dev
This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.