Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroheight-demos/example-airorange-app
A small example application uses our AirOrange design system
https://github.com/zeroheight-demos/example-airorange-app
components components-react design-system
Last synced: about 1 month ago
JSON representation
A small example application uses our AirOrange design system
- Host: GitHub
- URL: https://github.com/zeroheight-demos/example-airorange-app
- Owner: zeroheight-demos
- Created: 2024-07-26T14:05:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:19:30.000Z (5 months ago)
- Last Synced: 2024-09-18T15:39:48.684Z (5 months ago)
- Topics: components, components-react, design-system
- Language: JavaScript
- Homepage: https://zeroheight.com
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example AirOrange App
This small example application uses our AirOrange design system to demonstrate the [adoption features in zeroheight](https://zeroheight.com/help/article/adoption-private-beta-overview/).
- [Package version monitoring](https://zeroheight.com/help/article/package-version-monitoring/), which checks the [package-lock.json](https://github.com/zh-ski/example-airorange-app/blob/master/package-lock.json) and compares the design system dependencies against the design system packages
- [Component usage tracking](https://zeroheight.com/help/article/component-usage/), 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](https://github.com/zh-ski/example-airorange-app/blob/master/.github/workflows/deploy.yaml)## Installation
1. `git clone [email protected]:zeroheight/example-airorange-app.git`
2. `npm install`
3. `npm run dev`### Previews and builds
can be done with `npm run preview` and `npm run build` respectively.