logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/GeminiProChat
or

Install via npx

npx @hexmos/ipm i babaohuang/GeminiProChat

Prerequisites

Node.js

runtime

Version: v18

pnpm

package manager

GEMINI API Key

api key

Version: N/A

Docker

containerization

Manual 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.svg

Deploy on Railway

https://railway.app/template/v9QL5u?referralCode=tSzmIe

Deploy on Zeabur

https://zeabur.com/templates/1103PJ

Deploy With Docker

docker run --name geminiprochat --restart always -p 3000:3000 -itd -e GEMINI_API_KEY=your_api_key_here babaohuang/geminiprochat:latest

Running 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