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_KEYAnd fill in your access password and domain(Without https:///):
ACCESS_PASSWORD=123456
DOMAIN=example.comThen run
npm run devFinally, open your browser and visit https://localhost:3000/
Last updated on