Skip to content

Commit

Permalink
Local frontend dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 5, 2023
1 parent 00ea7b7 commit 286502e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 286502e

Please sign in to comment.