Skip to content

Commit

Permalink
doc(ui): added instructions on how to get the amplify settings
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored and bigadsoleiman committed Nov 3, 2023
1 parent 5ad09fa commit 4f1b0ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/user-interface/react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ You will need the CloudFormation Output values displayed after completion in the

See `.env.template` for the variables, and replace with the Output values from the previous step.

Alternatively you can grab the `aws-exports.json` from the CloudFront distribution endpoint you obtained from the CDK Output, and save it into `./lib/user-interface/react-app/public/` folder.

The URL is something like:

https://dxxxxxxxxxxxx.cloudfront.net/aws-exports.json

### Build and run local dev server

```
Expand Down

0 comments on commit 4f1b0ba

Please sign in to comment.