A 'Hello World' Recogito Studio plugin. This project will introduce you to the basics of building your own plugins for the Recogito Studio Client.
Make sure you have the following installed:
- NodeJS (version 20 recommended)
- npm
- Clone this repository.
- Run
npm install
to install dependencies. - Run
npm run build
to build the plugin. - Run
npm run dev
to preview the built plugin in the Recogito Test application. - Point your browser to http://localhost:4321/. You should see the UI extensions test page:
Note that this plugin was created following steps 1 - 7 of the Recogito Studio SDK documentation.
Use this project as a starting point for creating your own Recogito Studio plugins.
- To learn more about plugins that provide UI extensions, see this example.
- To learn more about plugins that add API routes, see this example.