An open API service indexing awesome lists of open source software.

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

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.