Skip to content

A 'Hello World' plugin to get you started as a new Recogito Studio plugin developer

License

Notifications You must be signed in to change notification settings

recogito/plugin-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recogito Studio 'Hello World' Plugin

A 'Hello World' Recogito Studio plugin. This project will introduce you to the basics of building your own plugins for the Recogito Studio Client.

Prerequisites

Make sure you have the following installed:

  • NodeJS (version 20 recommended)
  • npm

Getting Started

  1. Clone this repository.
  2. Run npm install to install dependencies.
  3. Run npm run build to build the plugin.
  4. Run npm run dev to preview the built plugin in the Recogito Test application.
  5. Point your browser to http://localhost:4321/. You should see the UI extensions test page:

Recogito Studio plugin test page

Note that this plugin was created following steps 1 - 7 of the Recogito Studio SDK documentation.

What's Next?

Use this project as a starting point for creating your own Recogito Studio plugins.

About

A 'Hello World' plugin to get you started as a new Recogito Studio plugin developer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published