Skip to content

znes/saiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saiv

Stand alone interactive visualization Demo: https://znes.github.io/saiv/www

Dev

Clone repository and run

npm install

After that you can rewrite code in src dir and rebuild bundle.js

webpack

During development you should use

webpack -w

This way node will watch for file changes in src dir and recompile bundle.js accordingly