Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
Go to file
Jan Oberhauser 0f55e65fbf 💄 Change link color
2020-05-23 19:54:25 +02:00
docs 💄 Change link color 2020-05-23 19:54:25 +02:00
.editorconfig 🎉 Initial commit 2020-05-23 18:13:47 +02:00
.gitignore 🎉 Initial commit 2020-05-23 18:13:47 +02:00
LICENSE.md 🎉 Initial commit 2020-05-23 18:13:47 +02:00
package.json 🎉 Initial commit 2020-05-23 18:13:47 +02:00
README.md 🎉 Initial commit 2020-05-23 18:13:47 +02:00

n8n Documentation

Repository with the official n8n documentation.

Build Documentation

To build the documentation:

npm install
npm run build

Development

To extend the documentation:

npm install
npm run dev