A visual workflow editor for Opencast.
Visit https://idenkey.de
Opencast Workflow Editor runs entirely in the browser and has not backend component. Deploying the Opencast Workflow Editor is thus as simple as dropping it in your web server folder.
The gh-pages branch contains the pre-built site. You can download a zip.
To build a distribution version, run the following commands:
$ npm install
$ npm run build # or buildProd for production builds
This will generate a deployable version in the dist/opencast-workflow-editor
folder.
When developing you might want to run npm start
instead to serve a compiled version and automatically recompile on
file changes.