- There will be a
Fork
button on the top right corner of the repository. Click on it. - Uncheck the option which says
Copy the main branch only
. - This is important as we have multiple branches in the repository and
beta
is the development branch.
- After the fork is done, you will be redirected to your forked repository.
- The next step is to clone the repository to your local storage.
- Open your terminal and enter the following command and hit enter.
git clone https://github.com/ngoworldcommunity/NGOWorld.git
- This will clone the repository to your local storage and you can start working on it.
So now you have the repository 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.