Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 363 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 363 Bytes

Resend with Nuxt

This example shows how to use Resend with Nuxt.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

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

License

MIT License