yarn install- create a
.envfile and paste the env variables - The
.envcan be found https://docs.google.com/document/d/1XK7j2UJjmGhkUGMdfOj9gAeLnDpzHDYSbLbsHsPgJ-k/edit?usp=sharing - to start the app
yarn run devif you don't have access as @Lezette or @temilolakutelu - create a new branch for your changes and make your uodates
- Raise a PR to merge to the
devbranch (The main branch is the production branch and your should only merge to the production branch when you can confrim that your changes are not breaking changes) and add an active contributor to review your changes - Confirm your changes are updated in the staging environment: https://sca-frontend-v3-staging-9082e82b0e1a.herokuapp.com/
- After a successful deploy or update to the staging env raise a PR from the
devbranch to merge to themainbranch