Based on https://github.com/storybookjs/storybook
Make sure to complete the entire setup process below, and can view storybook in your browser, by default hosted at http://localhost:9011/
node -v
v14.21.3
Note: For yarn, this is a recommended globally installed version. The project provides and is already configured for 3.1.1
. Do not change or set a different version within the project.
yarn -v
1.22.19
python2 --version
Python 2.7.18
yarn install
yarn bootstrap --core
Have both of these running in parallel before the interview:
yarn dev
yarn start