n8n/packages/frontend/editor-ui
2026-06-14 00:48:49 +02:00
..
data chore: Update node popularity data (#31444) 2026-06-01 01:19:30 +00:00
public fix(editor): Attribute experiment telemetry in PostHog (#31137) 2026-06-05 09:09:59 +00:00
scripts ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
src [MOVE AROUND] LLM visualization 2026-06-14 00:48:49 +02:00
vite fix(core): Avoid permanent deactivation on transient isolate errors (#28117) 2026-04-08 12:00:02 +00:00
.browserslistrc
.gitignore feat(editor): Add node popularity scores to improve search ranking (#19561) 2025-09-17 09:25:55 +02:00
.npmignore
.oxlintrc.json chore: Enable OxLint in editor-ui (#29360) 2026-04-28 09:22:05 +00:00
biome.jsonc
eslint.config.mjs refactor(editor): Resolve workflow push handlers by id and remove workflow state store and composable (no-changelog) (#31514) 2026-06-04 12:06:06 +00:00
index.html
index.js
MIGRATION_RECIPE.md refactor(editor): Resolve workflow push handlers by id and remove workflow state store and composable (no-changelog) (#31514) 2026-06-04 12:06:06 +00:00
package.json 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
postcss.config.cjs
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 chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
vite.config.mts chore: Create a lightweight version of pnpm reset (#32125) 2026-06-11 12:24:46 +00: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