Installation
You need a React-based UI project with:
- Node.js (v22 or later)
- npm (v10 or later) or another node package manager like yarn or pnpm
- React 18 or 19
Install the library:
npm install @open-resource-discovery/metadata-renderer
The library ships its peer dependencies on react and react-dom. Make sure your project has those installed.