Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.39 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.39 KB

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: