Skip to content

bethropolis/gemini-chatapp

Repository files navigation

Gemini chat app

installation

clone the repository or setup a new codespace.

then run the following command

npm install

run the project in development mode

npm run dev

setup

get your gemini key here

create a .env file with the following content

PRIVATE_API_KEY=YOUR_GEMINI_API_KEY