npm install @getstation/themehttps://getstation.github.io/theme/storybook/index.html
https://getstation.github.io/theme/typedoc/index.html
resources/icons with param-case filename. Example: indian-pale-ale.svg.yarn run generate:iconslib/components/Icon/svg<Icon symbolId={SvgSymbol.INDIAN_PALE_ALE} />To work with storybook inside Bx you will need to link the module
git clone http://github.com/getstation/themecd themeyarnyarn linkcd /path/to/my/Bxyarn link @getstation/themeYou can see modifications to you components inside storybook, just start it yarn run storybook & go to localhost
Rebuild @getstation/theme via yarn run build inside the repo everytime you did change in theme
Create a RC version for your PR to be tested:
npm version --preid=rc --prerelease for a new or increment RC, will result in 0.0.0-rc-0npm version --premajor for a new major RC version, will result in 1.0.0-rc.0npm version --preminor for a new minor RC version, will result in 0.1.0-rc.0npm version --prepatch for a new patched version, will result in 0.0.1-rc.0 git push --follow-tags to push rc version versionyarn build-docsCHANGELOG.md entriesnpm version --major => 1.0.0npm version --minor => 0.1.0npm version --patch => 0.0.1npm publishGenerated using TypeDoc