- Fork this repo and pull it onto your local machine
- Add the base repo as the upstream remote
$ git remote add upstream [email protected]:bridge-school/tulip-call4diversity-frontend.git- Fork the backend repo and pull it onto your local machine
- Add the base backend repo as the upstream remote
$ git remote add upstream [email protected]:bridge-school/tulip-call4diversity-backend.git- Install dependencies in the frontend repo
$ yarn install- Follow instructions in the backend README to set it up
- Run the frontend repo
$ yarn start- Run the backend repo in a separate terminal window or tab
$ yarn dev