Follow these steps to fork a repository on GitHub and start contributing:
- Go to GitHub and log in to your account.
- Find the repository you want to fork by searching or using a direct link.
- Select your personal GitHub account or an organization where you have permissions to create a fork.
-
After forking, you will be redirected to your copy of the repository.
-
Click the Code button and copy the URL (HTTPS, SSH, or GitHub CLI) to clone it to your local machine.
# Clone the repository to your local machine git clone https://github.com/your-username/forked-repo-name.git
cd forked-repo-name
git add .
git commit -m "Description of changes"
git push origin main
cd frontend
npm install
npm run dev