Skip to content

linkedpipes/knowledge-graph-browser-frontend

Repository files navigation

Knowledge Graph Visual Browser

Installation

Configuration

To configure the application create conf.yaml file which overwrites the settings from conf.default.yaml.

Build

  • run npm install to install all dependencies
  • run npm run build to compile the project
  • all build files (including index.html) are in dist/ directory (set this directory as Apache's DocumentRoot)