Last active
March 29, 2019 15:58
-
-
Save briangordon/6d3af4fb1a3c9ddd23526bb69bf0bf99 to your computer and use it in GitHub Desktop.
Steps to build gitgraph-react to play with the storybook π΅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install node | |
export PATH="$HOME/.node/bin:$PATH" | |
npm install -g lerna | |
git clone [email protected]: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