Copy .env.example to create a new file .env and input the Airstack API key as an environment variable:
AIRSTACK_API_KEY=xxx
Install the necessary dependencies using npm or other package managers:
npm installTo start the development server, run the following command:
npm run devnpm run buildnpm run deployGo to Vercel and add your Airstack API key as an environment variable:
- Key:
AIRSTACK_API_KEY - Value:
<YOUR_AIRSTACK_API_KEY>