Eslint (+Prettier), Storybook, Styled-components, Jest e Playwright
# install dependencies
npm install or yarn
# run the tests
npm test or yarn test
# run the e2e tests
npm run test:playwright or yarn test:playwright
# storybook
npm run storybook or yarn storybook