Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch authored Oct 28, 2024
1 parent 3dabb52 commit 94e62a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@ It's recommended that developers configure their code editor to auto run these t

\*\* Note that debugging the server-side or full-stack here doesn't debug the API. See the API

## Testing the newsletter subscription form
The project uses [Sendy](https://sendy.co/api) to manage the newsletter. To the `/subscribe` form locally, Sendy test environment variables need to be added to the `.env.local` file or exported as environment variables:

```
SENDY_API_KEY=
SENDY_API_URL=
SENDY_LIST_ID=
```

These are stored as parameters in AWS System Manager and can be obtained there or from another developer on the team. They are not available for outside contributors.

## Other topics

- [Internationalization](../documentation/frontend/internationalization.md)
Expand Down

0 comments on commit 94e62a8

Please sign in to comment.