pnpm i
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prodpnpm run buildThis repo uses Release Please to release.
- Merge
developintomain - 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
mainback todevelop) - You're done!
