n8n/packages/editor-ui
2025-02-19 12:27: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): Disable fromAI override button for credentialsSelect (no-changelog) (#13314) 2025-02-19 12:27: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 refactor(editor): Remove old canvas code (no-changelog) (#13343) 2025-02-19 13:10:40 +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