Skip to content

An open source low code IDE based on Node-RED, uibuilder and Framework7

License

Notifications You must be signed in to change notification settings

imboost/ETTER-Creator

Repository files navigation

ETTER Creator

ETTER Creator is an open-source low-code platform based on the OpenJS Foundation Node-RED project and Framework7. It provides the tools for you to create Web or PWA application with Framework7 that mix with the logic create inside Node-RED and publish to your own Node-RED environment.

Install

Clone this repository and install using npm or yarn

npm install

or

yarn

Start Application

To start ETTER Creator after install do with

npm start

or

yarn start