0.1.7 • Published 2 years ago

design-system-ama v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.1.7

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago