/airstack-frames-starter

Airstack Frames Starter Repository using Airstack Frog Recipes

Primary LanguageTypeScriptMIT LicenseMIT

Get Started

Step 1: Environment Variables

Copy .env.example to create a new file .env and input the Airstack API key as an environment variable:

AIRSTACK_API_KEY=xxx

Step 2: Install dependencies

Install the necessary dependencies using npm or other package managers:

npm install

Step 3: Run Development Server

To start the development server, run the following command:

npm run dev

Deployment

Step 1: Build Your Frame

npm run build

Step 2: Deploy Your Frame

npm run deploy

Step 3: Add Environment Variable

Go to Vercel and add your Airstack API key as an environment variable:

  • Key: AIRSTACK_API_KEY
  • Value: <YOUR_AIRSTACK_API_KEY>