n8n/packages/editor-ui
Csaba Tuncsik 7bd83d7d33
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-02-21 11:05:37 +01:00
..
public chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817) 2025-02-04 18:03:19 +01:00
src fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524) 2025-02-21 11:05:37 +01:00
tests/e2e
.browserslistrc
.eslintrc.js feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
.gitignore
.npmignore
biome.jsonc
index.html
index.js
package.json Merge tag 'n8n@1.80.0' 2025-02-20 15:35:03 +02:00
postcss.config.js
README.md
tailwind.config.js
tsconfig.json feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
vite.config.mts fix: Build on windows with cross-platform path compatibility (no-changelog) (#13211) 2025-02-18 13:03:32 +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

You can find the license information here