This plugin requires react and react-dom 18
Install peer dependencies:
npm install react@18 react-dom@18Install the plugin:
npm install @humanlogio/perses-pluginInstall dependencies:
npm installStart the dev server:
npm run devBuild the plugin for distribution:
npm run build