Starting a new ticket:
- Create a new branch from
production
with branch namepr-<issue nr.>
- Focus development on just the task for that issue nr.
- Open a pull request towards
production
branch
When you stop developing for the day but the task is not finished yet, be sure to:
- Make a "WIP" commit
- Sync with Github
- Open a "draft" pull request from your branch towards
production
Remember we're using npm
(as opposed to yarn
)
npm i
npm run dev