mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
| docs | ||
| .editorconfig | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTOR_LICENSE_AGREEMENT.md | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
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