#Genkit
This is a simple demonstration web app using the Genkit Library with Gemini to generate characters for an adventure game.
In IDX, get started by with API key at https://g.co/ai/idxGetGeminiKey and enter it in .idx/dev.nix
and rebuild the environment.
After rebuilding the environment, open a new terminal (Ctrl
+ `
) and follow the link that said "Genkit Developer UI" to use Genkit's built-in local developer playground.
This project was demonstrated at the "Build with AI Delhi" event organized by AI Community Delhi.
- Clone the repository.
- Run
npm install
to install dependencies. - Run
npx tsx index.ts
to start the application.