Skip to content

z[Old] Bower Releases

Gordon Smith edited this page Oct 8, 2015 · 1 revision

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.