NN Design System is a collection of reusable components and tools that are divided into three separate packages:
Core Web Components created with Stencil.
Auto Generated React Wrapper for Web Components.
All design tokens in a one package.
NNDS uses Lerna to run scripts for the packages. You can run:
Builds all the packages.
Builds the components package.
Builds react package.
Starts component package.
Starts Storybook environment from the components package.
Publishes all packages.
Updates all versions.