Install all required dependencies:
npm install
npm install -g webpack
Build and run the project
npm run dev
npm install oe-workflow-modeler
Add following to the server/component-config.json
{
"oe-workflow-modeler/component": {
"mountPath": "/wfmodeler",
"extensionsPath": "../../extensions.json"
}
}
MIT