n8n/packages/frontend/editor-ui
2025-10-07 12:57:57 +02:00
..
public fix(editor): Account for subpath when serving config.js (#17832) 2025-07-31 12:59:42 +02:00
scripts ci: Fail release build on node popularity data fetch error (#20466) 2025-10-07 12:57:57 +02:00
src fix(editor): Disable pre-built agents for reco v3 (no-changelog) (#20467) 2025-10-07 11:19:26 +01:00
vite feat(editor): Add node popularity scores to improve search ranking (#19561) 2025-09-17 09:25:55 +02: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(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 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
package.json 🚀 Release 1.115.0 (#20425) 2025-10-06 14:37:27 +02:00
postcss.config.cjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
README.md refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
stylelint.config.mjs fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858) 2025-08-04 15:01:16 +02: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(editor): Remove part of getCurrentWorkflow usages (#16148) 2025-07-24 12:51:32 +03:00
turbo.json ci: Fail release build on node popularity data fetch error (#20466) 2025-10-07 12:57:57 +02:00
vite.config.mts refactor(editor): Explicitly import design system components (#20169) 2025-10-01 17:26:41 +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 test:e2e

Run your unit tests

pnpm test:unit

Customize configuration

See Configuration Reference.

License

You can find the license information here