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.
Clone this repository and install using npm or yarn
npm install
or
yarn
To start ETTER Creator after install do with
npm start
or
yarn start