mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
apisautomatedautomationclidata-flowdevelopmentdockerintegration-frameworkintegrationsipaaslow-codelow-code-development-platformlow-code-platformn8nno-codenodeself-hostedtypescriptworkflowworkflow-automation
docker | ||
packages | ||
.editorconfig | ||
.gitignore | ||
lerna.json | ||
LICENSE | ||
package.json | ||
README.md |
n8n - Workflow Automation Tool
n8n is a tool which allows to easily and fast automate different taks.
Is still in beta so can not guarantee that everything works perfectly. Also is there currently not much documentation. That will hopefully change soon.
Usage
Information about how to install and use it can be found in the cli package here
And information about how to run it in Docker here
Development Setup
- Clone the repository
- Go into repository folder
- Run:
npm install
- Run:
npx lerna bootstrap --hoist
- Run:
npm run build
ornpx lerna exec npm run build
(if lerna is not installed)
Start
Execute: npm run start