Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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