/Flowgraph

A node editor for Kratos Problemtypes

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

FlowGraph

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

npm run start 
node app.js

For developers

npm run devstart 

Configuration

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.