You can download the latest version here.
Unzip this package and add the following code in your HTML files:
<link href="/css/styleguide.css" rel="stylesheet" type="text/css">
git clone git@github.com:Wisembly/tapestry.git
npm install tapestry-css
bower install tapestry
// scss/my-settings.scss
$import-normalize: false;
$import-button: true;
$import-icons: true;
$grid-column-number: 6;
$base-fz: 16px;
// scss/app.scss
@import "my-settings";
@import "../bower_components/tapestry/src/scss/app.scss";
...