Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 823 Bytes

NShift Integration with Centra

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.

Installation

Clone the repository and navigate to cloned directory

Install dependencies:

npm install

Setting Up Environment Variables:

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=

Start the development server:

npm run devStart

Open your web browser and navigate to http://localhost:3001 to see the integration in action.