To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
- Bump the version in package.json
- Tag the commit with
git tag v<x.y.z> -m "Some message to describe the tag"
where x = major, y = minor and z = patch number. - Push the tag to the repo with
git push --follow-tags
- Manually run the release action on the github repo with the created tag.