pnpm i
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod
pnpm run build
This repo uses Release Please to release.
- Merge
develop
intomain
- A GH Action will run(triggered automatically) and a Release PR will be created.
- Merge the release PR
- Wait for the second GH Action to run(triggered automatically)
- Create merge back PR(from
main
back todevelop
) - You're done!