A graphical toolkit for the building-block-based construction of information visualizations (see the demo video).
nodeJS
(v.XX or newer) andnpm
(v.XX or newer) installed- Modern Webbrowser (Firefox XX or Chrome XX)
- Install
yarn
andtypescript
globally:
npm install -g yarn typescript
- install the packages for the toolkit locally:
yarn
- run the application:
yarn start
- at this point, your webbrowser should automatically open and display the toolkit. If not, open localhost:8080 manually.