Skip to content

VALIDproject/netflower

Repository files navigation

VALiD netflower Phovea

Visually exploring flows in weighted dynamic networks for data journalists.

Installation

Open your Git Bash or Commandline tool and navigate to the preferred working directory. Ideally your "C:" root path. There execute the following commands, which will clone the latest version and install all dependencies.

git clone https://github.com/VALIDproject/netflower.git
cd netflower
npm install

Testing

In order to run unit tests, execute the following command.

npm test

Building

To build a deploy version, which is then located in the "deploy" folder, execute the following command.

npm run build

Launching

To start the application execute this command or use the npm scripts (more Information Wiki).

npm start

Test the application on a local webserver at http://127.0.0.1:8080/


For more Information about the setup process and general Workflow visit the WIKI of this repository.

About

visually exploring flows in weighted dynamic networks for data journalists

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
CALEYDO_LICENSE

Stars

Watchers

Forks

Packages

No packages published