### Install Dependencies Source: https://github.com/livekit/agents-playground/blob/main/README.md Install project dependencies using pnpm. This command should be run in the project's root directory. ```bash pnpm install ``` -------------------------------- ### Run Development Server Source: https://github.com/livekit/agents-playground/blob/main/README.md Start the development server for the LiveKit Agents Playground using pnpm. This command compiles and serves the application locally. ```bash pnpm run dev ``` -------------------------------- ### Environment Variables Configuration Source: https://github.com/livekit/agents-playground/blob/main/README.md Configure local environment variables by copying the example file and filling in your LiveKit API key, secret, and cloud URL. These are necessary for the playground to connect to your LiveKit instance. ```bash LIVEKIT_API_KEY= LIVEKIT_API_SECRET= NEXT_PUBLIC_LIVEKIT_URL=wss:// ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.