Skip to content

bThink-BGU/FlowBP-NodeRed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPFlow Node Library

Quick Start

Install

  1. Clone repo:

     git clone [email protected]:bThink-BGU/FlowBP-NodeRed.git
    
  2. Install dependencies:

    cd FlowBP-NodeRed
    npm install
    
  3. Fix permissions:

    chmod +x ./engine/bpjs.sh

Running

  1. Run

     npm start
    
  2. Automatically restarting If you are editing the source code you must restart Node-RED to load the changes. A special grunt task is provided to do this automatically.

    Run:

    grunt dev

    This command will generate the nodes automatically and run BPFlow and then watch the filesystem for any changes to the source code. If it detects changes made to the editor code, it will rebuild the editor component and you can reload the editor to see the changes. If it detects changes made to the runtime or nodes it will restart BPFlow to load those changes.

Example flows

The example_flows directory contains json files of examples to load to your editor, like the hot-cold example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages