UI component of graph exploration tool with meta-paths
To deploy our system including neo4j, the neo4j graph algorithm component,
the UI and our server install docker on your system and run deployment/docker-complete-deployment.sh.
This will install a clean version from the alpha-dev and the master branches and doesn't include your local code changes.
To build your own local code use deployment/build-ui.sh /path/to/code (e.g. deployment/build-ui.sh .),
set the environment variable REACT_APP_API_HOST according to you API (e.g. export REACT_APP_API_HOST=[API Endpoint]) and
to run a single container deployment/run-ui.sh [PORT] (e.g. ./deployment/run-dev-ui.sh).