/gemini-chat

A demo for Google I/O Extended - A chat for my blog

Primary LanguageTypeScript

Gemini Chat

Prerequisites

  • You must have a Firebase project. Creat it at Firebase Console.
  • You must have Gemini enabled on your project
  • Get your Firebase configurations at src/firebase.ts file. You can copy the file src/firebase.ts.example, put your configs in there and rename it to src/firebase.ts.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev