Skip to content

victronenergy/node-red-contrib-s2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-RED Contrib S2

(tbc)

Installation

  1. Clone this repository to your local machine.
  2. npm install to install dependencies.
  3. Configure Node-RED to use this package, as per the Node-RED documentation.
  4. Restart Node-RED.

Development

For development, as part of the code requires transpilation from TypeScript to JavaScript, it is useful to have a build step that runs automatically on file changes. You can do this by running

npm run dev

in a separate terminal window. This will watch for changes in the src directory and transpile the TypeScript files to JavaScript in the dist directory.

You still need to restart Node-RED to pick up the changes, though.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors