0.2.113 • Published 2 years ago

@adminator/chromista v0.2.113

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

Adminator Chromista

This is the design system used for Adminator

Commands

Development

To run, use:

npm run storybook

Build

To do a one-off build, use:

npm run build # or yarn build.

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Tests

Tests are set up to run with

npm test # or yarn test