This is the Fabricator instance used to build http://fbrctr.github.io.
Checkout the fabricator
branch:
$ git checkout fabricator
Start local dev server:
$ npm start
Build for release:
$ npm run build
Publish:
$ git subtree push --prefix dist origin master