This is the design system used for Hadmean
To run, use:
npm run storybook
To do a one-off build, use:
npm run build # or yarn build.
This builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
Tests are set up to run with
npm test # or yarn test