-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine.
git clone https://github.com/<your_github_username>/youtube.git
-
Get into the root directory
cd youtube
-
Install all the dependencies
npm install
-
Create your branch
git checkout -b <your_branch_name>
-
Run the development server
npm run dev
-
Go to http://localhost:3000 in your browser to see the site.
-
Make sure your code follows the style guidelines of this project.
-
Write clear, concise commit messages.
git commit -m "✨ <commit message here>"
-
Push to the branch.
git push origin <your_branch_name>
- Open a pull request.
Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.