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