Clone Web repo
Clone the Cybrid Web SDK repository and install dependencies.
Clone and configure the Cybrid Web SDK repository
This guide walks you through cloning the Cybrid Web SDK repository and configuring it to connect to a test customer on your sandbox bank.
Prerequisites
- Node.js version 16.14.2 or later
- Git installed and available in your terminal
Step 1: Clone the repository
Open your terminal and navigate to the directory where you want to store the project. Clone the repository:
git clone https://github.com/Cybrid-app/cybrid-sdk-web.gitNavigate to the project root:
cd cybrid-sdk-webStep 2: Install dependencies
Install the required packages:
npm install
Node.js versionNode.js 16.14.2 or later is recommended for compatibility with the Cybrid Web SDK demo.
Once dependencies are installed, proceed to configure your API keys and environment variables.
Updated 12 days ago
