This repository contains the solutions to the challenges proposed
Requirements:
- Node.js >= 20
- pnpm
Install the dependencies:
pnpm install
Run the tests:
# Run all tests
pnpm test
# Run the coverage
pnpm coverage
Run the solutions:
npm run start