(tbc)
- Clone this repository to your local machine.
npm installto install dependencies.- Configure Node-RED to use this package, as per the Node-RED documentation.
- Restart Node-RED.
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 devin 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.