# knowledge-graph-browser-frontend **Repository Path**: yingyiyl/knowledge-graph-browser-frontend ## Basic Information - **Project Name**: knowledge-graph-browser-frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Knowledge Graph Visual Browser ## Installation ### Configuration To configure the application create a `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) ## URL parameters You can force app to load graph from a file, specific configuration or metaconfiguration by opening the app with one of the following GET parameters: - `?load=` Loads file from URL and opens it immediately - `?meta-configuration=` Loads specific meta configuration instead of the default - `?configuration=` Skips configuration selection and loads the specified one