- In the file
vite.config.prod.js
, change thebase
parameter to be the name of your repository, ending with a/
- You will have to run
prettier
before being able to commit. Usenpm run format
!
- from
dev
| create a new branchfeature/name-of-the-feature
eg.feature/main-navbar
- open a PR
feature/name-of-the-feature
->dev
- from
dev
| create a new branchrelease/version-number
eg.release/v0.1.0
- open a PR
release/version-number
->main
- open a PR
release/version-number
->dev
- from
main
| create a new branchhotfix/name-of-the-bug
eg.hotfix/broken-navigation
- open a PR
hotfix/name-of-the-bug
->main
- open a PR
hotfix/name-of-the-bug
->dev