- 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-boycottr-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-boycottr-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