diff --git a/README.md b/README.md index 4393e0a..61743a9 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,13 @@ yarn build ``` cdk deploy FrontEndStack +``` + +## Local frontend development + +``` +cd frontend +export STACK_NAME=dev-transcription +aws cloudformation describe-stacks --stack-name $STACK_NAME --query "Stacks[0].Outputs[?OutputKey=='FrontEndEnvironment'].OutputValue" --output text > .env.local +yarn dev ``` \ No newline at end of file