https://github.com/kratosmultiphysics/flowgraph
A node editor for Kratos Problemtypes
https://github.com/kratosmultiphysics/flowgraph
Last synced: about 2 months ago
JSON representation
A node editor for Kratos Problemtypes
- Host: GitHub
- URL: https://github.com/kratosmultiphysics/flowgraph
- Owner: KratosMultiphysics
- License: agpl-3.0
- Created: 2020-09-13T19:05:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T14:53:07.000Z (9 months ago)
- Last Synced: 2025-08-11T15:23:11.251Z (9 months ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 5
- Watchers: 20
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowGraph
A node editor for Kratos Problemtypes
## Installation
Install [node.js](https://nodejs.org/en/download/package-manager)
Ej. Ubuntu
```console
sudo apt install nodejs npm
```
Clone this repo
```console
git clone https://github.com/KratosMultiphysics/Flowgraph.git
```
Navigate into the Flowgraph directory and install packages
```console
cd Flowgraph
npm install
sudo npm install -g nodemon
```
## How to run
For users use either
```console
npm run start
```
```console
node app.js
```
For developers
```console
npm run devstart
```
## Configuration
You can change the configuration file used by setting the `NODE_ENV` variable. For example
```console
export NODE_ENV=debug
```
will use `confg/debug.json` configure file.