Croct Frontend Developer Challenge Requirements $ node -v v14.17.4 $ yarn -v v1.22.17 Usage Run the Project Install the dependencies: $ yarn install Start the project: $ yarn start Preview with Storybook $ yarn storybook Format with Prettier $ yarn format Lint and Tests Lint (no warnings allowed by default): $ yarn lint Run all tests: $ yarn test