Skip to content

A flow designer for process and system architecting.

License

Notifications You must be signed in to change notification settings

baebranch/flow_control

Repository files navigation

Flow Control

Using React Flow to create a flow control application, primarily for designing, architecting, and visualizing the systems and processes of a business.

Getting up and running

Install the javascript dependencies:

npm install # or `pnpm install` or `yarn install`

Install the python dependencies:

pip install -r requirements.txt

Run the python server:

python -m server.server

Run the javascript development server:

npm run dev

Building the app

To build the app, run the following vs code task (reccomended):

Build App

The executable will be in the dist folder, along with all required files.

Customizing the app:

Resources

Links:

Learn: