Skip to content

tatiansa/shark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

shark

shark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published