npm ito install the appbun run devto run the app in dev modebun run startto run the app in prod mode
create a .env file at the root of the project
- Bun
(To upgrade bun to the lastest version, please run
bun upgrade)
- git pull --rebase
- git switch main
- git pull origin main --rebase --tags
- git merge origin staging
- npm version [patch|minor|major]
- git push origin main --tags
- git switch staging
- git merge origin main
- git push