Skip to content

Instantly share code, notes, and snippets.

@briangordon
Last active March 29, 2019 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briangordon/6d3af4fb1a3c9ddd23526bb69bf0bf99 to your computer and use it in GitHub Desktop.
Save briangordon/6d3af4fb1a3c9ddd23526bb69bf0bf99 to your computer and use it in GitHub Desktop.
Steps to build gitgraph-react to play with the storybook 😵
brew install node
export PATH="$HOME/.node/bin:$PATH"
npm install -g lerna
git clone git@github.com:nicoespeon/gitgraph.js.git
echo "scripts-prepend-node-path=true" >> gitgraph.js/.npmrc
cd gitgraph.js
yarn
cd packages/gitgraph-core
yarn
cd ../gitgraph-react
yarn
yarn run storybook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment