n8n/packages/frontend/editor-ui
n8n-assistant[bot] 747c76eff6
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled
🚀 Release 1.123.47 (#31060)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-25 09:45:10 +00:00
..
data ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
public fix(editor): Fix button image link in easy AI template sticky note for UK users (#21527) 2025-11-05 20:57:00 +02:00
scripts ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
src fix(core): Require admin push when migrating legacy environments to projects folder (#30530) 2026-05-20 12:13:48 +03:00
vite ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
.browserslistrc
.gitignore feat(editor): Add node popularity scores to improve search ranking (#19561) 2025-09-17 09:25:55 +02:00
.npmignore build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
biome.jsonc
eslint.config.mjs refactor(core): Add lint rule no-internal-package-import (#18724) 2025-08-26 10:03:32 +02:00
index.html fix(core): Inline config.js to index.html to prevent CF from caching it (#18945) 2025-09-02 09:58:12 +03:00
index.js
package.json 🚀 Release 1.123.47 (#31060) 2026-05-25 09:45:10 +00:00
postcss.config.cjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
README.md test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
stylelint.config.mjs chore: Fix rest of css token errors (#21339) 2025-10-30 09:29:58 +01:00
tailwind.config.js
tsconfig.json refactor(editor): Remove part of getCurrentWorkflow usages (#16148) 2025-07-24 12:51:32 +03:00
vite.config.mts refactor(editor): Reorganize shims-*.d.ts files (no-changelog) (#21533) 2025-11-11 10:55:15 +02: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 --filter=n8n-playwright test:local

Run your unit tests

pnpm test:unit

Customize configuration

See Configuration Reference.

License

You can find the license information here