From d49b8413d37df10637e238c35c0f2e426bf47c33 Mon Sep 17 00:00:00 2001 From: Alessia Sacchi Date: Tue, 22 Aug 2023 17:42:26 +0200 Subject: [PATCH] Blood donation site - first commit --- blood-donation-agent/site/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blood-donation-agent/site/README.md b/blood-donation-agent/site/README.md index 43c6af19..d5bf0322 100644 --- a/blood-donation-agent/site/README.md +++ b/blood-donation-agent/site/README.md @@ -12,8 +12,8 @@ eligibility requirements. ## Steps to build and deploy the agent The export of the agent as a JSON package is located in the app root. -The steps to build and deploy the agent are illustrated in this [codelab] -(https://codelabs.developers.google.com/codelabs/dialogflow-generator) +The steps to build and deploy the agent are illustrated in this +[codelab](https://codelabs.developers.google.com/codelabs/dialogflow-generator) ## Twilio integrations @@ -36,8 +36,8 @@ To setup Twilio (Text Messaging) integration refer to this [repository](https:// `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 `views` directory, and confirm `N` to the followup - questions about rewrites, deploys, and the 404 and index pages. + `Hosting`, use the `public` directory, configure it as a single-page app and confirm `N` to the followup + questions about automatic builds and deploys. 1. Run `firebase target:apply hosting your-firebase-app-name your-firebase-app-name` where `your-firebase-app-name` is the name of the Firebase Hosting site that