Get a project id by signing up here. It's free!
- Clone the repository:
git clone https://github.com/Mr94t3z/paywithglide
- Navigate to the project directory:
cd paywithglide
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add the following environment variables:GLIDE_PROJECT_ID = "YOUR_GLIDE_PROJECT_ID" NEYNAR_API_KEY = "YOUR_NEYNAR_API_KEY" BASE_URL_NEYNAR_V2 = "https://api.neynar.com/v2/farcaster"
npm run dev