This repository contains a sample application demonstrating how to utilize the PCD SDK to add a PCD to the PCD passport. |
---|
Use this repository as a Github template.
Clone your repository:
git clone https://github.com/<your-username>/<your-repo>.git
and install the dependencies:
cd <your-repo> && yarn
Copy the .env.example
file as .env
:
cp .env.example .env
and add your environment variables or run the app in a local network.
You can start your app locally with:
yarn start