This repository provides a demonstration of how to integrate NShift with Centra. Developers are encouraged to clone this repository to experiment with and test the integration locally.
Clone the repository and navigate to cloned directory
npm install
Set up the following environment variables in a .env
file. This file should be placed in the root directory. If the file does not exist, you can create one.
#nshift env variables
deliveryCheckoutId=
publicKey=
privateKey=
#centra env variables
centraUrl=
centraBearerToken=
npm run devStart