### Install Dependencies and Start Next.js Chatbot Locally Source: https://github.com/vercel-labs/gemini-chatbot/blob/main/README.md Commands to install project dependencies using pnpm and start the Next.js development server for the Gemini Chatbot, making it accessible on localhost:3000. ```Bash pnpm install pnpm dev ``` -------------------------------- ### Install and Configure Vercel CLI for Local Development Source: https://github.com/vercel-labs/gemini-chatbot/blob/main/README.md Steps to install the Vercel CLI globally, link your local project to your Vercel account, and download environment variables required for running the Next.js Gemini Chatbot locally. ```Bash npm i -g vercel vercel link vercel env pull ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.