Clone your fork and install the project locally
git clone <url-to-your-fork-of-helpafamily-here>
cd helpafamily/
cp .env.example .env
yarn install
Set up your upstream remote
[remote "upstream"]
url = https://github.com/margaritahumanitarian/helpafamily-manual.git
fetch = +refs/heads/*:refs/remotes/upstream/*