### Run Pluggy SDK Main Flow Example Source: https://github.com/pluggyai/pluggy-js/blob/master/example/README.md Illustrates how to execute the main example, which covers the complete process of connecting an account and retrieving its associated information. This example provides a comprehensive overview of the SDK's core functionality. ```Bash npm start ``` -------------------------------- ### Install Pluggy SDK Project Dependencies Source: https://github.com/pluggyai/pluggy-js/blob/master/example/README.md Instructions to install the necessary project dependencies for the Pluggy SDK examples using npm. This step should be performed from the root of the project. ```Bash npm install ``` -------------------------------- ### Run Pluggy SDK Authentication Example Source: https://github.com/pluggyai/pluggy-js/blob/master/example/README.md Demonstrates how to run the authentication example to validate credentials with the Pluggy API. This process recovers a short-term connect token and requires the PLUGGY_API_KEY environment variable to be configured in the .env file. ```Bash npm run example:auth ``` -------------------------------- ### Install pluggy-js via npm Source: https://github.com/pluggyai/pluggy-js/blob/master/README.md Instructions for installing the pluggy-js library using npm, saving it as a dependency in the project. ```sh npm install pluggy-js --save ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.