Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 384 Bytes

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