Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 568 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.