Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totaljs/flow
Flow
https://github.com/totaljs/flow
Last synced: 3 months ago
JSON representation
Flow
- Host: GitHub
- URL: https://github.com/totaljs/flow
- Owner: totaljs
- License: mit
- Created: 2017-03-30T11:08:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T18:50:16.000Z (4 months ago)
- Last Synced: 2024-07-10T08:42:58.756Z (4 months ago)
- Language: HTML
- Size: 127 MB
- Stars: 527
- Watchers: 21
- Forks: 122
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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
````