Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.21 KB

CloneSetup.md

File metadata and controls

35 lines (24 loc) · 1.21 KB

Getting started

Forking 🍴

  • 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.

Cloning 🌀

  • 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.

Next steps 🚀

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.

  1. Setting up frontend locally
  2. Setting up the backend locally
  3. Setting up the app with docker