Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 382 Bytes

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