### Install Dependencies with PNPM Source: https://github.com/brianshiitake/pump-fun-live-embed/blob/main/README.md Installs the project dependencies using the PNPM package manager. This is a prerequisite for running the development server. ```shell pnpm install ``` -------------------------------- ### Start Development Server with PNPM Source: https://github.com/brianshiitake/pump-fun-live-embed/blob/main/README.md Starts the local development server using PNPM. This command is used to run the project locally for testing and development purposes. ```shell pnpm dev ``` -------------------------------- ### Configure Public Base URL Source: https://github.com/brianshiitake/pump-fun-live-embed/blob/main/README.md Sets the public base URL for the application, typically used for generating snippet URLs. This configuration should be placed in a .env.local file or set in the hosting environment. ```env PUBLIC_BASE_URL=https://www.pumpembed.com ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.