Strapi Components library.
Install the dependencies:
yarnStart the watch mode
yarn watchStart the storybook
cd docs
yarn storybookyarn run lintLints your JavaScript and your CSS.
yarn run lint:fixFix your Javascript
yarn run testTests 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