docs : remove firebase from readme

This commit is contained in:
GuillaumeSD
2025-04-21 04:46:25 +02:00
parent 368a968796
commit d8fe0ed79f
2 changed files with 2 additions and 5 deletions

5
.gitignore vendored
View File

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

View File

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