Packages:
React Libraries:
Any updates to the API or SDK should bump the version number for both.
To update the API client, bump the version in openapitools.json
under npmVersion
and run npm run apiCodeGen
To update the SDK, bump the version in packages/sdk/package.json
under version
.
You must have Java installed to use the openapi-generator-cli.
To run the example project (image-viewer) locally, follow these steps:
- Install dependencies (from the root of the monorepo):
yarn install
- Build all packages (from the root):
yarn build
- Launch the example app (from the example directory):
This starts the Vite dev server (typically at http://localhost:8000/tools/image).
cd examples/image-viewer yarn dev