https://github.com/danielduarte/flowed-modeler
A workflow modeler from Flowed
https://github.com/danielduarte/flowed-modeler
Last synced: 5 months ago
JSON representation
A workflow modeler from Flowed
- Host: GitHub
- URL: https://github.com/danielduarte/flowed-modeler
- Owner: danielduarte
- License: mit
- Created: 2020-06-08T21:02:32.000Z (almost 5 years ago)
- Default Branch: flowed_develop
- Last Pushed: 2022-11-12T23:48:04.000Z (over 2 years ago)
- Last Synced: 2023-03-22T22:42:11.471Z (about 2 years ago)
- Language: JavaScript
- Size: 15.3 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flowed Modeler
A modeling solution for [Flowed](https://danielduarte.github.io/flowed).

Based on [Camunda Modeler](https://github.com/camunda/camunda-modeler) and [bpmn.io](http://bpmn.io).
## Features
* Design flows with a visual easy-to-use UI
* Open/save flows from/to files
* Deploy flows to a Flowed server
* OpenApi integration and autocompletion## Resources
* [Changelog](#) (coming soon)
* [Download](#) (coming soon)
* [Give Feedback](#) (coming soon)
* [Report a Bug](https://github.com/danielduarte/flowed-modeler/issues)
* [User Documentation](https://github.com/danielduarte/flowed-modeler/blob/flowed_develop/README.md)## Building the Application
```sh
# checkout a branch
git checkout flowed_develop# install dependencies
npm install# execute all checks (lint, test and build)
npm run all# build the application to ./dist
npm run build
```### Development Setup
Spin up the application for development, all strings attached:
```
npm run dev
```## License
MIT
Uses [bpmn-js](https://github.com/bpmn-io/bpmn-js), [dmn-js](https://github.com/bpmn-io/dmn-js), and [cmmn-js](https://github.com/bpmn-io/cmmn-js), licensed under the [bpmn.io license](http://bpmn.io/license).
Uses [camunda-modeler](https://github.com/camunda/camunda-modeler), licensed under the [MIT license](https://github.com/camunda/camunda-modeler/blob/develop/LICENSE).