Strapi Components library.
Install the dependencies:
yarn
Start the watch mode
yarn watch
Start the storybook
cd docs
yarn storybook
yarn run lint
Lints your JavaScript and your CSS.
yarn run lint:fix
Fix your Javascript
yarn run test
Tests your application with the unit tests specified in the */tests/.js files throughout the application. All the test commands allow an optional -- [string] argument to filter the tests run by Jest. Useful if you need to run a specific test only.
yarn run test:watch