A design system with web components for the various products of Sanoma Learning.
yarn
in the root of the project for all the dependencies to download & installTo launch a local version of the Storybook deploy (runs all storybooks at the same time):
yarn start --watch
You don't need to run a separate yarn build --watch
to build the components separately.
To run the documentation website locally, run yarn workspace @sl-design-system/website start:site
from the project root.
Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.