This package contains all sharable UI components between admin and player packages.
Storybook gives ability to build UI components in isolation from logic, data and context.
To run storybook, simply run in your terminal:
yarn storybook
To see changes for components in others packages you must build this package by typing:
yarn build
# Or for instant build
yarn build:watch