<!-- markdownlint-disable MD030 --> | |
# Flowise Components | |
Apps integration for Flowise. Contain Nodes and Credentials. | |
 | |
Install: | |
```bash | |
npm i flowise-components | |
``` | |
## Debug | |
To view all the logs, create an `.env` file and add: | |
``` | |
DEBUG=true | |
``` | |
## License | |
Source code in this repository is made available under the [MIT License](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md). | |