How to install babaohuang/GeminiProChat. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
babaohuang/GeminiProChat Installation Guide
How to install babaohuang/GeminiProChat. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for babaohuang/GeminiProChat. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i babaohuang/GeminiProChator
Install via npx
npx @hexmos/ipm i babaohuang/GeminiProChatPrerequisites
Node.js
runtimeVersion: v18
pnpm
package managerGEMINI API Key
api keyVersion: N/A
Docker
containerizationManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Deploy With Vercel
https://vercel.com/new/clone?repository-url=https://github.com/babaohuang/GeminiProChat&env=GEMINI_API_KEY&envDescription=Google%20API%20Key%20for%20GeminiProChat&envLink=https://makersuite.google.com/app/apikey&project-name=gemini-pro-chat&repository-name=gemini-pro-chat&demo-title=Gemini%20Pro%20Chat&demo-description=Minimal%20web%20UI%20for%20Gemini%20Pro.&demo-url=https%3A%2F%2Fgeminiprochat.com&demo-image=https%3A%2F%2Fgeminiprochat.com%2Ficon.svgDeploy on Railway
https://railway.app/template/v9QL5u?referralCode=tSzmIeDeploy on Zeabur
https://zeabur.com/templates/1103PJDeploy With Docker
docker run --name geminiprochat --restart always -p 3000:3000 -itd -e GEMINI_API_KEY=your_api_key_here babaohuang/geminiprochat:latestRunning Locally
git clone https://github.com/babaohuang/GeminiProChat
cd GeminiProChat
pnpm install
cp .env.example .env
echo 'GEMINI_API_KEY=your_api_key_here' >> .env
pnpm run dev