1- # Firebase Genkit x Angular Starter Kit
1+ # Genkit x Angular Starter Kit
22
3- This repository contains everything you need to create an application using Firebase Genkit with Angular to build your next great application.
3+ This repository contains everything you need to create an application using Genkit with Angular to build your next great application.
44
55This example demonstrates how to use Genkit flows to create a persistent chat session with an agent. However, you can use the same patterns
66in this repository to create an application that runs any arbitrary [ Genkit flow] ( https://firebase.google.com/docs/genkit/flows ) you create,
@@ -20,7 +20,7 @@ This example will use the Gemini API which provides a generous free tier and doe
2020To use the Gemini API, you'll need an API key. If you don't already have one, create a key in Google AI Studio.
2121
22221 . [ Get an API key from Google AI Studio] ( https://makersuite.google.com/app/apikey )
23- 1 . After you’ve created an API key, set the GEMINI_API_KEY environment variable to your key with the command ` export GEMINI_API_KEY=<your API key> `
23+ 1 . After you’ve created an API key, set the ` GEMINI_API_KEY ` environment variable to your key with the command ` export GEMINI_API_KEY=<your API key> `
24241 . Clone this repository or download the code to your local machine
25251 . ` cd ` into the root folder (e.g., ` cd genkit-angular-starter-kit ` )
26261 . Install the dependencies with ` npm install `
@@ -43,6 +43,15 @@ by the Genkit client.
4343
4444You can customize this flow or even add new flows following this same pattern. We're excited to see what you build! Happy coding!
4545
46+ ## Looking for inspiration?
47+
48+ For a more advanced example of using Genkit with Angular, check out the
49+ [ genkit-angular-story-generator repo] ( ../genkit-angular-story-generator/ ) , which is an interactive
50+ graphic novel builder.
51+
52+ Here's an example screenshot from the running application:
53+ ![ Alt text] ( ../genkit-angular-story-generator/screenshot.png " a screenshot of the running app ")
54+
4655## Genkit Developer UI
4756
4857The [ Genkit Developer UI] ( https://firebase.google.com/docs/genkit/devtools#genkit_developer_ui ) is a local web app that lets you
0 commit comments