This is the Fabricator instance used to build http://fbrctr.github.io.

Development

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