Skip to content

Knowledge-Graph-Hub/kg-hub-dashboard

Repository files navigation

kg-hub-dashboard

Dashboard visualizations for KG-Hub projects.

Project setup

Set up Node.js first, if not already available.

nvm install 14.17.0
nvm use v 14.17.0
npm install

Compile the project and load it for development

npm run dev

Compile the project and load it for production

npm run build

Deploy to GitHub Pages (on gh-pages)

./deploy.sh

Lint the files

npm run lint

Releases

No releases published

Packages

No packages published