Visually exploring flows in weighted dynamic networks for data journalists.
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
In order to run unit tests, execute the following command.
npm test
To build a deploy version, which is then located in the "deploy" folder, execute the following command.
npm run build
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.