Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

tinynetwork/tinet-topoview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinet-topoview Netlify Status

Visualize using cytoscape.js from tinet and tinet-go configuration file.

Demo Site

Usage

  • docker
docker build -t tinet-topoview .
docker run -it --rm -p 8080:80 --name tntopoview tinet-topoview
  • yarn
    • Project setup
      yarn install
      
    • Compiles and hot-reloads for development
      yarn run serve
      
    • Compiles and minifies for production
      yarn run build
      
    • Lints and fixes files
      yarn run lint
      
    • Customize configuration