docs : remove firebase from readme
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,13 +13,10 @@ out/
|
|||||||
.env*.local
|
.env*.local
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# firebase
|
|
||||||
.firebase
|
|
||||||
|
|
||||||
# ts build
|
# ts build
|
||||||
tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
|
|
||||||
# CDK asset staging directory
|
# CDK assets
|
||||||
.cdk.staging
|
.cdk.staging
|
||||||
cdk.out
|
cdk.out
|
||||||
cdk.context.json
|
cdk.context.json
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ npm run lint
|
|||||||
|
|
||||||
## Deploy
|
## 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
|
```bash
|
||||||
npm run deploy
|
npm run deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user