Web support and context providers (React + CSS modules).
Follow the instructions in @preply/ds-workspace.
Reach out to #design-system-public if you think you can help and keep an eye on DS Confluence for more docs, guides, work in progress, decisions, the works.
You probably want to execute yarn dev
and/or yarn docs
in the root, as per instructions in @preply/ds-workspace.
For quicker - and more focused - feedback, you can also directly use the scripts in this package directory, but make sure you have first executed yarn build
in root, or that you have the root yarn dev
script running in the background.
Details about tools and configurations in @preply/ds-workspace.
Note: @preply/ds-***
are declared both as direct and peer dependencies:
- to ensure
rollup
excludes them from the bundle. - to ensure Lerna honours build sequence (does not do so for peer dependencies).