This is a simple waiting list landing page template, using Next.js and Resend API to save emails to an audience.
- Clone the repository
- Run
npm install --legacy-peer-deps - Run
npm run dev
Add a .env file in the root of the project with the following variables:
RESEND_API_KEY- your Resend API keyRESEND_AUDIENCE_ID- your Resend audience ID
