This is a fractal.build components library.
Follow http://fractal.build/guide/installation to install fractal, then clone this repository into a subdirectory of the main fractal install.
Inside said subdirectory, run npm install
to install gulp and dependencies. See the gulp documentation if this is your first gulp project.
Open two terminal windows/tabs. Go to the directory where you have installed this library to in both.
In one, run gulp watch
.
In the other run fractal start --sync
.
Open the displayed URL (local/network) in a browser.