Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 491 Bytes

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 491 Bytes

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