Implementação do https://tabnews.com.br para o https://curso.dev com FilipeDeschamps.
npm run dev # npm run services:up && next dev
npm run services:up # docker compose -f infra/compose.yaml up -d
npm run services:stop # docker compose -f infra/compose.yaml stop
npm run services:down # docker compose -f infra/compose.yaml down
npm run lint:check # prettier --check .
npm run lint:fix # prettier --write .
npm run test # jest
npm run test:watch # jest --watchAll