Skip to content

Commit

Permalink
Site implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiasacchi committed Aug 18, 2023
1 parent 925f4b8 commit b35f615
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions goodbye-graffiti-agent/site/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gen App Builder (Chat App)
# Goodbye Graffiti Site

## Overview

Expand All @@ -13,7 +13,7 @@ graffiti vandalism.
1. Install [Node.js](https://nodejs.org/en) using your preferred method or
package manager
1. From this directory, run `npm install`
1. Run `npm run build` to generate the static site in the `build` directory
1. Run `npm start` to test your app locally

## Steps to deploy the web app to Firebase

Expand All @@ -23,7 +23,7 @@ graffiti vandalism.
`your-firebase-app-name`)
1. Install the [firebase CLI](https://firebase.google.com/docs/cli)
1. Run `firebase init` in the app root and follow the prompts to select
`Hosting`, use the `build` directory, and confirm `N` to the followup
`Hosting`, use the `public` directory, and confirm `N` to the followup
questions about rewrites, deploys, and the 404 and index pages.
1. Run
`firebase target:apply hosting your-firebase-app-name your-firebase-app-name`
Expand Down Expand Up @@ -52,18 +52,8 @@ graffiti vandalism.

In your browser, navigate to your deployed app using a URL similar to:

[https://gen-app-builder-chat.web.app/](https://gen-app-builder-chat.web.app/)
[https://goodbye-graffiti-agent.web.app/](https://goodbye-graffiti-agent.web.app/)

Congratulations, you've successfully deployed the Gen App Builder - Chat App
Demo!

## Additional resources

You can continue learning about conversational AI and generative AI with
these guides and resources:

- [Documentation for Dialogflow CX](https://cloud.google.com/dialogflow/cx/docs)
- [Overview of Generative AI Agent](https://cloud.google.com/generative-ai-app-builder/docs/agent-intro)
- [Documentation for Generative AI Agent](https://cloud.google.com/generative-ai-app-builder/docs/agent-usage)
- [Documentation for Gen App Builder](https://cloud.google.com/generative-ai-app-builder/docs/introduction)
- [Generative AI in Google Cloud](https://cloud.google.com/ai/generative-ai)

0 comments on commit b35f615

Please sign in to comment.