Skip to content

KratosMultiphysics/Flowgraph

Repository files navigation

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.

About

A node editor for Kratos Problemtypes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages