This is base compoennets sets used to build Awell products
https://awell-health.github.io/design-system
To run project locally there are two options
yarn dev
- command will run storybook and tailwind in paralllel
yarn storybook
- to run storybook app
yarn tailwind
- to watch and generate styles changes
Use yarn to set projects version:
yarn version patch
by default, if you introduce bigger or breaking changes use minor
or major
param.
Once PR is merged two actions wil be triggered:
- NPM Release
- Build Storybook
Use @awell-health/design-system
to include in your project. Attach style.css
file from dist
in your frontend app