https://github.com/opencast/workflow-editor
Visual workflow editor for Opencast
https://github.com/opencast/workflow-editor
Last synced: about 1 year ago
JSON representation
Visual workflow editor for Opencast
- Host: GitHub
- URL: https://github.com/opencast/workflow-editor
- Owner: opencast
- License: ecl-2.0
- Created: 2020-03-10T02:24:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T21:08:30.000Z (about 3 years ago)
- Last Synced: 2024-03-26T16:26:05.123Z (about 2 years ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 7
- Watchers: 5
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opencast Workflow Editor
A visual workflow editor for [Opencast](https://opencast.org/).

## 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:
```sh
$ 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.