Skip to content

accocca/interactive-graph

 
 

Repository files navigation

interactive-graph

A visualization and editing tool for knowledge graph.

Project setup

yarn install
cp /src/config.example.ts /src/config.ts 
cp /backend/config.go.example /backend/config.go 

Compiles and hot-reloads for development

yarn serve
cd backend && go run main.go config.go

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 49.8%
  • Go 21.5%
  • TypeScript 15.2%
  • JavaScript 8.4%
  • GLSL 3.9%
  • HTML 1.2%