Requirements:
- Total.js 4 -
$ npm install total4
Run:
npm run start
or directly using node executable (port is optional, default 8000)
node index.js <port>
Docker:
docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow
Requirements:
$ npm install total4
Run:
npm run start
or directly using node executable (port is optional, default 8000)
node index.js <port>
Docker:
docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow