Skip to content

Commit

Permalink
Blood donation site - first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiasacchi committed Aug 22, 2023
1 parent 0dd624e commit d49b841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blood-donation-agent/site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 14 in blood-donation-agent/site/README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Trailing spaces

blood-donation-agent/site/README.md:14:70 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md009.md
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

Expand All @@ -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

Check failure on line 39 in blood-donation-agent/site/README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

blood-donation-agent/site/README.md:39:81 MD013/line-length Line length [Expected: 80; Actual: 107] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
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
Expand Down

0 comments on commit d49b841

Please sign in to comment.