Skip to content

totaljs/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b7f13e · Mar 19, 2025
Mar 19, 2025
Mar 22, 2024
Mar 11, 2025
Mar 13, 2025
Mar 21, 2024
May 6, 2024
Mar 13, 2025
Nov 17, 2023
Apr 30, 2024
Mar 19, 2025
Sep 28, 2023
Apr 24, 2024
Aug 14, 2024
Apr 24, 2024
Jan 30, 2024
Jan 31, 2024
Nov 17, 2023
May 3, 2024
Aug 30, 2023

Repository files navigation

Total.js Flow

Made in EU

Installation

There are several ways to provide Flow. You can use our cloud services and run Flow without installation, or use Docker, or download the source code locally.

Locally

  • install Node.js platform
  • download Flow source code
  • open terminal/command-line:
    • cd flow
    • npm install

Run:

npm run start

or directly using node executable (port is optional, default 8000)

node index.js <port>

Flow in Docker

docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow