We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install node
Install bower using npm
$ npm install -g bower
In forked repo get dependencies via bower, which will create a bower.json file, detailing the dependencies
$ bower install
We can now go about developing. To build a simple .html file with a widget
$ mkdir my_widget $ cd my_widget $ touch my_first_widget.html
Copy and paste code of a widget into the file, refer to the examples given here
my_first_widget.html
Add, commit and push to your repo and then refer to here on how to host your visualisations online.