✨
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 repo
  • Clone your fork and install the project locally
  • Set up your upstream remote

Was this helpful?

Tutorial

PreviousInfo for API UsersNextContentful

Last updated 3 years ago

Was this helpful?

Fork the repo

Clone your fork and install the project locally

At the command line:

git clone <url-to-your-fork-of-helpafamily-here>
cd helpafamily/
cp .env.example .env
yarn install

Set up your upstream remote

In your .git/config, add these 3 lines:

[remote "upstream"]
        url = https://github.com/margaritahumanitarian/helpafamily-manual.git
        fetch = +refs/heads/*:refs/remotes/upstream/*
Click this button in GitHub