GitHub - KratosMultiphysics/Flowgraph: A node editor for Kratos Problemtypes

A node editor for Kratos Problemtypes

Installation

Install node.js

Ej. Ubuntu

sudo apt install nodejs npm

Clone this repo

git clone https://github.com/KratosMultiphysics/Flowgraph.git

Navigate into the Flowgraph directory and install packages

cd Flowgraph
npm install
sudo npm install -g nodemon

How to run

For users use either

For developers

Configuration

You can change the configuration file used by setting the NODE_ENV variable. For example

will use confg/debug.json configure file.