This repository contains a GROWI plugin to preview n8n workflows.
- Clone this repository
- Create a new branch
git checkout -b MY_BRANCH_NAME- Install the project dependencies
npm install- Test your build
npm run build- Commit your changes
- Open a pull request
Commits format is enforced using Commitizen and follows the AngularJS commit standard.
This allows for easier automated releases
Releases and packages version changes are all automated using semantic-release.
Its configuration is available in the .releaserc.json file.
Make sure that the TOKEN action secret is configured and has access to this repository.
In the GROWI editor, add a code block with your n8n workflow code:
```n8n
{
// Parameters defined in n8nView
"frame": true,
"nodes": [
...
]
}
