Starter Template
Clone the Starter Template
# Clone the repository
git clone https://github.com/Nithin-Varma/nextjs-kirapay-sdk-starter
# Navigate to project
cd nextjs-kirapay-sdk-starter
# Install dependencies
npm installConfigure Your API Key
NEXT_PUBLIC_KIRAPAY_API_KEY=your_test_api_key_hereRun the Development Server
npm run devLast updated
Was this helpful?