Setup

  1. Fork this repo and pull it onto your local machine
  2. Add the base repo as the upstream remote
$ git remote add upstream git@github.com:bridge-school/tulip-call4diversity-frontend.git
  1. Fork the backend repo and pull it onto your local machine
  2. Add the base backend repo as the upstream remote
$ git remote add upstream git@github.com:bridge-school/tulip-call4diversity-backend.git
  1. Install dependencies in the frontend repo
$ yarn install
  1. Follow instructions in the backend README to set it up

Running the app in development

  1. Run the frontend repo
$ yarn start
  1. Run the backend repo in a separate terminal window or tab
$ yarn dev