A node editor for Kratos Problemtypes
Installation
Install node.js
Ej. Ubuntu
sudo apt install nodejs npmClone this repo
git clone https://github.com/KratosMultiphysics/Flowgraph.gitNavigate 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.