This repository uses submodule to display web-ui components.
git clone [email protected]:Retrolove-Games/component-book.git
npm run update-submodules
npm run storybook
npm run update-submodules
If there are any new packages, you need to map them:
// @retrolove-games/ui-themes
"@retrolove-games/ui-themes": path.resolve(
__dirname,
`${PACKAGES_PATH}/themes/src/[file name or nothing if index exists]`
),
In the file: .storybook/packageAliases.js
.