# smartadmin-components ## Project setup ``` npm install ``` ### Kompilacja komponentów ``` npm run build:components ``` ### Przeglądanie komponentów, storybook ``` npm run storybook ``` ### Testy jednostkowe jest ``` npm run test:unit ``` ### Budowanie i publikcaja ``` npm run publish:full ``` ### Run your unit tests ``` npm run test:unit ```