# flow **Repository Path**: roadlabs/flow ## Basic Information - **Project Name**: flow - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-18 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Total.js Flow [![Made in EU](https://cdn.componentator.com/eu-small.png)](https://european-union.europa.eu/) - [Website](https://www.totaljs.com/flow/) - [__Documentation__](https://docs.totaljs.com/flow10/) - [Chat support](https://platform.totaljs.com/?open=messenger) - [Join __Total.js Telegram__](https://t.me/totalplatform) - [Support](https://www.totaljs.com/support/) ## 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](https://nodejs.org/en/) - 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 ``` ### Flow in Docker ```bash docker pull totalplatform/flow docker run -p 8000:8000 totalplatform/flow ````