Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 728 Bytes

Opencast Workflow Editor

A visual workflow editor for Opencast.

Screenshot

Usage

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.

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.