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 install
To start the development server, run the following command:
npm run dev
npm run build
npm run deploy
Go to Vercel and add your Airstack API key as an environment variable:
- Key:
AIRSTACK_API_KEY
- Value:
<YOUR_AIRSTACK_API_KEY>