Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 751 Bytes

Qatium Sample plugin in Vanilla Typescript

This sample is a skeleton project of a Qatium plugin. Using it, you can extend Qatium's functionality and its user interface.

Running the plugin

Start the development server

npm install
npm run dev

Open Qatium in developer mode to see your changes, to do so:

  • Open the Qatium web app
  • Open a network and wait for it to load
  • Open your user menu clicking in your avatar, then open the developer mode settings and click the “Activate” toggle

You should see your new plugin in the right side panel.

Running tests

Tests are written using @qatium/sdk-testing-library. You can run the tests using npm run test command. A test example is in the src/engine/engine.test.ts file.