Deploy
Get the Resend API KEY
[!NOTE]
How to get Resend API KEY? Learn the doc
Then fill in the .env file:
RESEND_API_KEY=YOUR_RESEND_API_KEY
And fill in your access password and domain(Without https:///):
ACCESS_PASSWORD=123456
DOMAIN=example.com
Then run
npm run dev
Finally, open your browser and visit https://localhost:3000/
Last updated on