Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 604 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 604 Bytes

SIS-Framework

Is based on: http://nodered.org

Extension of Node-red with support for ThingML, Docker, distribution etc.

Developers

If you want to run the latest code from git, here's how to get started:

  1. Clone the code:

     git clone https://github.com/SINTEF-9012/SIS-Framework.git
     cd SIS-Framework
    
  2. Install the node-red dependencies

     npm install
    
  3. Build the code

     npm run build
    
  4. Run

     npm start
    

Authors

Copyright and license

Copyright JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.