As usual, to install deps into node_modules and run a local server on http://localhost:3000, run the following:
yarn && yarn start
I build this project in 2019 while working with the Oracle Digital Assistant.
It uses React and Redux. For type-checking, I used Flow (which is similar to TypeScript). For code-style, I used ESLint. I also used a couple handy libraries for the drag-and-drop UML-like functionality, as well as for the YAML syntax-highlighting.
As of 2024, I spent part of a day to update the dependencies here, so that it simply installs and runs.
This project aimed to deliver a graphic, drag-and-drop-based designer (kind of like a flow-diagram) for creating the YAML definition for the Flow of an Oracle Digital Assistant.
It's in the form of a web-app that can be run in a browser.