✨
Help-a-Family Manual
  • Help a Family Docs
  • Info for Charities
  • Info for API Users
  • Tutorial
  • Contentful
  • Environment Variables
    • Lighthouse CI
  • Troubleshooting
  • Contributing to Help-a-Family
    • Fork and Clone the Repo
    • MHF Javascript/React Style Guide
    • MHF CSS Guide
    • Contributor Power Tips
Powered by GitBook
On this page
  • Fork the repository on GitHub
  • Clone your fork from GitHub

Was this helpful?

  1. Contributing to Help-a-Family

Fork and Clone the Repo

PreviousContributing to Help-a-FamilyNextMHF Javascript/React Style Guide

Last updated 3 years ago

Was this helpful?

Fork the repository on GitHub

Follow these steps to fork the helpafamily repository:

  1. Go to helpafamily repository .

  2. Click the "Fork" Button in the upper right-hand corner of the page.

After forking the repo

  1. After the repository has been forked, you will be taken to your copy of the helpafamily repository at https://github.com/YOUR_USER_NAME/helpafamily (YOUR_USER_NAME would be replaced with your GitHub username.)

Clone your fork from GitHub

When you create a repository on GitHub, it exists as a remote repository. You can clone your repository to create a local copy on your computer and sync between the two locations.

Follow these steps to clone the helpafamily repository:

  1. Copy the URL of your forked repository.

  2. Open your terminal and change the present directory to the one where you want to clone the repo, you can do this by using the cd command.

  3. Use the following command git clone <URL that you copied>.

https://github.com/margaritahumanitarian/helpafamily
Top right corner has a button to fork
Copy the URL of your forked repository