UNPKG

@izzai/n8n-nodes-izzone

Version:

n8n custom node for izz.ONE

33 lines (28 loc) 1.13 kB
# izz.ONE n8n Nodes This application provides custom nodes for n8n, a popular workflow automation tool. The nodes are designed to integrate with izz.ONE services, allowing users to automate tasks and workflows that involve izz.ONE functionalities. ## Development Setup To set up the development environment for the izz.ONE n8n nodes, follow these steps: 1. **Clone the Repository**: Clone the repository to your local machine using Git. ```bash git clone git@github.com:izzai/account.git cd account/apps/n8n-nodes-izzone ``` 2. **Install Dependencies**: Use npm or yarn to install the required dependencies. ```bash npm install # or yarn install ``` 3. **Build the Project**: Build the project to compile TypeScript files and prepare the application for development. ```bash npm run build # or yarn build ``` 4. **Link the Project**: To use the nodes in a local n8n instance, you can link the project. ```bash npm link # or yarn link ``` 5. Follow the instructions [here](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/) to run the node locally.