Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/resend-redwoodjs-example
This example shows how to use Resend with RedwoodJS
https://github.com/resend/resend-redwoodjs-example
Last synced: 5 days ago
JSON representation
This example shows how to use Resend with RedwoodJS
- Host: GitHub
- URL: https://github.com/resend/resend-redwoodjs-example
- Owner: resend
- License: mit
- Created: 2023-09-12T22:26:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:48:56.000Z (2 months ago)
- Last Synced: 2024-09-14T23:46:01.847Z (2 months ago)
- Language: TypeScript
- Size: 1.07 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with RedwoodJS
This example shows how to use Resend with [RedwoodJS](https://redwoodjs.com).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)## Instructions
1. Define environment variables in `.env` file.
2. Install dependencies:
```sh
yarn
```3. Execute the following command:
```sh
yarn redwood dev
```4. Open URL in the browser:
```sh
http://localhost:8910/api/send
```## License
MIT License