Files
n8n-docs/README.md
Jan Oberhauser 7e853e2462 🎉 Initial commit
2020-05-23 18:13:47 +02:00

246 B

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