- coffee-card-barista.vercel.app
- coffee-card-client.vercel.app
- coffee-card-landing.vercel.app
- Clone this repo
yarn install
- Run
yarn client:dev
oryarn barista:dev
oryarn landing:dev
Branches must be named: in a pattern: CC-<task-number>-<short-description>
. For example: CC-5-implement-contribute-section
Commits must have description according to conventional commits: https://www.conventionalcommits.org/en/v1.0.0/
After the feature is done, create a PR to main. Name pattern: CC-<task-number> - <Short description>
. For example, CC-5 - Implement contribute section
PR must complete all necessary pipelines. Usually PR results are deployed by vercel automatically.
PR should be reviewed and approved by core team members. Then it could be merged.