This repository contains the core plugins for Perses
As prerequisites, you need:
- NodeJS version 22 or greater.
- npm version 10 or greater.
You should first run npm install
at the root of the repository.
Then in perses
repository:
-
Update the Perses configuration
config.yaml
to use development server for this plugin:plugin: enable_dev: true
-
Start the backend:
./scripts/api_backend_dev.sh
-
Login percli to the backend
percli login http://localhost:8080
-
Start the plugin development server:
percli plugin start /path/to/the/plugin/dir