n8n/packages/frontend/editor-ui
2026-04-14 11:38:00 +00:00
..
data chore: Update node popularity data (#28052) 2026-04-06 00:59:21 +00:00
public feat(editor): Improve Google OAuth button design (#26063) 2026-02-23 13:30:59 +00:00
scripts ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
src feat(core): Instance AI preview tags and command bar improvements (no-changelog) (#28383) 2026-04-14 11:38:00 +00:00
vite fix(core): Avoid permanent deactivation on transient isolate errors (#28117) 2026-04-08 12:00:02 +00:00
.browserslistrc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.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 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
eslint.config.mjs refactor(editor): Add workflowObject facade methods + ESLint guards (no-changelog) (#27556) 2026-04-07 09:16:36 +00: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 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
MIGRATION_RECIPE.md refactor(editor): Create useWorkflowDocumentNodes facade and ESLint migration guards (no-changelog) (#26620) 2026-03-06 12:36:35 +00:00
package.json 🚀 Release 2.17.0 (#28418) 2026-04-13 13:53:22 +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 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
tsconfig.json refactor: Upgrade to TypeScript 6.0.2 (#27673) 2026-04-01 11:03:37 +00:00
vite.config.mts chore: Vite 8 upgrade (#27680) 2026-04-02 09:27:10 +03: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