Skip to content

PENGsBIT/BigDataLab

Repository files navigation

build & install

  1. install nodejs & npm

  2. Clone the code:

     git clone https://github.com/sladezhang/node-red.git
     cd node-red
    
  3. Install the dependencies

     npm install
     npm install -g nodemon   # root priviledge may be required
    
  4. Build the code

     npm run build
    
  5. Run

     npm start   # hot load with nodemon
    

    or

     node red.js
    

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published