The Total.js LessCode app uses the Total.js Flow engine for quickly creating services, workflows, AI agents or API endpoints. Run, code and release.
Requirements:
- Total.js
v5 - Node.js
+v19
The app will show you access to the Flow editor in the terminal/command-line output.
Manual installation:
- install the Node.js platform (+v19) (https://nodejs.org)
- download
LessCodesource code - open the
LessCodedirectory in the terminal or command-line - run
npm install(once) - run
npm start(runs app)
Docker Hub:
docker pull totalplatform/lesscode
docker run -p 8000:8000 totalplatform/lesscode
Docker Compose:
git clone https://github.com/totaljs/lesscode.git
cd lesscode
docker compose up