### Install Project Dependencies (Yarn) Source: https://github.com/alvaroymagawa/codeleadp-eng-test/blob/main/README.md Installs all necessary dependencies for the project using the Yarn package manager. ```bash yarn ``` -------------------------------- ### Start Local Server (Yarn) Source: https://github.com/alvaroymagawa/codeleadp-eng-test/blob/main/README.md Starts the local development server, typically on port 3000, allowing access to the application via a web browser. ```bash yarn start ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.