Skip to content

NordicWebTeam/nshift-centra-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published