Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 555 Bytes

Terminology Service Widgets Demonstration

A simple Next.js project to demonstrate the integration of the Terminology Service Suite widgets.

For this demo, a Next.js app was set up in Pycharm with Node.js v18.17.0.

Install and run the demo application

  1. Install
npm install --legacy-peer-deps
  1. Run
npm run dev

Implementation

Click here for detailed instructions on how to implement the package.

A sample integration is shown in MainPage.tsx.