A node editor for Kratos Problemtypes
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 nodemonFor users use either
npm run start node app.jsFor developers
npm run devstart You can change the configuration file used by setting the NODE_ENV variable. For example
export NODE_ENV=debugwill use confg/debug.json configure file.