docs : remove firebase from readme
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user