Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 712 Bytes

File metadata and controls

14 lines (9 loc) · 712 Bytes

Demo Website

Local testing

For local development, you will need to copy the generated runtime-config.json file into your /public directory. Ensure you have deployed your infrastructure and then execute the following command from the root of your website directory:

curl https://`aws cloudformation describe-stacks --query "Stacks[?StackName=='infra-dev'][].Outputs[?contains(OutputKey, 'DistributionDomainName')].OutputValue" --output text`/runtime-config.json > public/runtime-config.json

Then you can run the React development server with pnpm pdk dev.

Framework guide

Refer to Developer Guide