Skip to content

Deploying Documentation

Jon Sadka edited this page Mar 31, 2017 · 2 revisions
  1. Branch react-vis if you haven't already done so

  2. Build the examples and docs

cd docs
yarn
cd ../examples/
yarn
cd ../
yarn new-docs
  1. Checkout the remote gh-pages branch
git checkout remotes/origin/gh-pages
  1. Checkout new local branch of gh-pages
git checkout -b gh-pages
  1. Confirm your changes by running http-server or live-server or the like

  2. Push changes to your branch and make a pull request

i.e. git push jonsadka gh-pages
Clone this wiki locally