Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 364 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 364 Bytes

Resend with Remix

This example shows how to use Resend with Remix.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

npm install
# or
yarn
  1. Run Remix locally:
npm run dev
  1. Open URL in the browser:
http://localhost:3000/send

License

MIT License