Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

fbrctr/fbrctr.github.io

Repository files navigation

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