Install n8n

You can install n8n via Node.js or Docker. Using npm: ```bash brew install node npm install -g n8n n8n ``` Access the interface at: ``` http://localhost:5678 ``` Or using Docker Compose: ```bash docker compose up -d ``` More setup options at - n8n.io - medium.com