n8n/packages/editor-ui
2024-05-08 10:43:04 +02:00
..
public feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
src fix(editor): Fix multi-select parameters with load options getting cleared (#9324) 2024-05-08 10:43:04 +02:00
tests/e2e
.browserslistrc
.eslintrc.js fix: Disable @typescript-eslint/no-use-before-define rule (no-changelog) (#8304) 2024-01-11 16:15:54 +02:00
.gitignore Initial commit to release 2019-06-23 12:35:23 +02:00
.npmignore fix: delete unused dependencies (#4231) 2022-09-29 17:31:33 +02:00
index.html fix(editor): Revert Fix telemetry initialization (no-changelog) (#6968) 2023-08-18 13:06:13 +02:00
index.js
LICENSE.md fix: Elaborate scope of Sustainable Use License (#9233) 2024-04-27 08:38:25 +02:00
LICENSE_EE.md
package.json 🚀 Release 1.40.0 (#9286) 2024-05-02 14:30:42 +02:00
postcss.config.js
README.md
tsconfig.json
vite.config.mts ci(editor): Start optionally type-checking frontend code during build (no-changelog) (#8787) 2024-03-01 15:11:05 +01:00

n8n.io - Workflow Automation

n8n-editor-ui

The UI to create and update n8n workflows

npm install n8n -g

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm serve

Compiles and minifies for production

pnpm build

Run your tests

pnpm test

Lints and fixes files

pnpm lint

Run your end-to-end tests

pnpm test:e2e

Run your unit tests

pnpm test:unit

Customize configuration

See Configuration Reference.

License

n8n is fair-code distributed under the Sustainable Use License.

Proprietary licenses are available for enterprise customers. Get in touch

Additional information about the license can be found in the docs.