A desktop viewer for BloomPUB books
This repo uses Vite+ (vp) to manage the Node and pnpm
versions. Install it once (see the Vite+ install guide),
and it will automatically use the Node version from .node-version and the pnpm
version from the packageManager field in package.json.
# install dependencies
vp install
# serve with hot reload
vp run dev- Change the version in
package.json. - Commit, push.
- Push a vX.X.X tag.
- A Github Action will build an installer for Windows and create an unpublished "Release" on Github.
- Edit the draft release at https://github.com/BloomBooks/bloompub-viewer/releases/ and publish it.
- Users will be notified of the new version via toast on the next run.