Skip to content

felix-itz/workflow-editor

 
 

Repository files navigation

Opencast Workflow Editor

A visual workflow editor for Opencast.

Screenshot

Usage

Hosted

Visit https://idenkey.de

Self-hosted

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.

Pre-built site

The gh-pages branch contains the pre-built site. You can download a zip.

Build Instructions

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.

About

Visual workflow editor for Opencast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.8%
  • HTML 21.6%
  • SCSS 11.3%
  • JavaScript 1.3%