Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 508 Bytes

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