Documentation

n8n-nodes-autocust

Requirements

  • Nodejs v18
  • pnpm
  • Global n8n package available (npm install -g n8n)

Development

Run n8n the first time if you have not before, runnin n8n start

Then:

  1. Clone this repo and install its dependencies with pnpm install
  2. pnpm run buld
  3. Create a local linkable package with npm link
  4. Link this package in .n8n/cusom with npm link n8n-nodes-autocust
  5. Restart n8n

Discussion