n8n/packages/editor-ui
2025-02-14 09:51:49 +01:00
..
public chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817) 2025-02-04 18:03:19 +01:00
src feat(editor): Add pagination to the workflows list (#13100) 2025-02-14 09:51:49 +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 🚀 Release 1.79.0 (#13241) 2025-02-13 10:36:10 +00: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 refactor: Move cURL converter to frontend (#11432) 2025-02-07 12:05:04 +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