Devall design system for React
ย ย
ย ย
ย ย
ย ย
Building components
- ๐ Storybook for UI component development and auto-generated docs
- ๐ Styled-components for component-scoped styling
- โ๏ธ React declarative component-centric UI
Maintaining the system
- ๐ฆ NPM for packaging and distribution
- ๐ฅ Github Actions Continuous integration
To use reaviz in your project, install it via npm/yarn:
npm i @devall/ui --save
or
yarn add @devall/ui
If you want to run REAVIZ locally, its super easy!
- Clone the repository
yarn installyarn start- Browser opens to Storybook page
to publish the repo to git you can run:
yarn version --new-version x.x.xto bump the versiongit push --follow-tags