@smartcitizen-ama/design-system
v1.0.59
Published
<p align="center"><a href="https://cidadeama.com.br/" target="_blank" rel="noopener noreferrer"><img width="350px" src="https://cidadeama.com.br/_nuxt/img/LogoAma.e4e6b36.png" alt="Ama - Agentes do Meio Ambiente"></a></p>
Downloads
9
Readme
AMA Design System
In order to create a consistently great experience for our users, the design system is meant to be the single source of truth for user interface standards for both designers and developers.
Libraries
Storybook
Along with any component created, be sure to include it's stories.
Jest
Whenever you create (or modify) a component, try to also think of potential ways the component can fail and include tests to make sure the component works as expected.
Scripts
To run locally:
npm run ui
To run storybook:
npm run dev
To run unit tests:
npm run test:unit
To run tests of storybook:
npm run test-storybook
And finally, to publish the package to npm:
npm publish-library