- There will be a
Fork
button on the top right corner of the repo. Click on it. - This will create a copy of the repo in your GitHub account.
- After the fork is done, you will be redirected to your forked repo.
- The next step is to clone the repo to your local storage.
- Open your terminal and enter the following command and hit enter.
git clone https://github.com/MilanCommunity/Milan-Backend.git
- This will clone the repo to your local storage and you can start working on it.
So now you have the repo in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally.