Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 750 Bytes

File metadata and controls

42 lines (28 loc) · 750 Bytes

Installation

Flow Profile is a local-only prototype. There is no published package at the time of writing, so install from source.

Prerequisites

  • Bun >= 1.1.0
  • Node.js >= 20

From source (recommended)

git clone <repo>
cd flow-profile
bun install

Build the CLI

bun run --cwd packages/cli build

Run the CLI from source

node packages/cli/dist/cli.js --help
node packages/cli/dist/cli.js build --in ./flows.json --out-dir ./out

Run the web app

bun run dev

Open http://localhost:5173 and drag drop a Node-RED export (flows.json).

Verify installation

  • CLI: node packages/cli/dist/cli.js --help
  • Web: load the app and drop a flows.json file to see the parsed UI.