This small example application uses our AirOrange design system to demonstrate the adoption features in zeroheight.
- Package version monitoring, which checks the package-lock.json and compares the design system dependencies against the design system packages
- Component usage tracking, which analyzes the components, compares them against the design system components package and measures their usage. This can be done manually or in deployment workflows, such as GitHub Actions as shown here
git clone [email protected]:zeroheight/example-airorange-app.git
npm install
npm run dev
can be done with npm run preview
and npm run build
respectively.