From d8fe0ed79f5def4a32369583cb3afa1c4fce0fcb Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Mon, 21 Apr 2025 04:46:25 +0200 Subject: [PATCH] docs : remove firebase from readme --- .gitignore | 5 +---- README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ed5eac6..87904c1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,13 +13,10 @@ out/ .env*.local .env -# firebase -.firebase - # ts build tsconfig.tsbuildinfo -# CDK asset staging directory +# CDK assets .cdk.staging cdk.out cdk.context.json diff --git a/README.md b/README.md index 91fcd4b..026b0fb 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ npm run lint ## Deploy -To deploy the app, install the [Firebase CLI](https://firebase.google.com/docs/cli) and authenticate, then run : +To deploy the app, install [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [authenticate](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html), then run : ```bash npm run deploy