This is a starter scaffonding to help develop your own PRESENTA controller.
There are some parts you need to edit before publishing your own controller:
- update the
name,version,unpkgandmoduleinpackage.json - update the
fileandnameinrollup.config.js - update all the
starterreferences insrcandtest
The following is a template documentation for the end user that needs to be integrated as well.
Please read the installation istructions for official plugins here using this unique identifier: controller-starter
To configure this controller use this setting:
{
controllers:{
starter:true
}
}Run the watcher:
npm start
and the local webserver
npm run test