Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Connect IPS integration in Next.js

isxwor/next-connectips

Repository files navigation

This is a Connect IPS Core Module integration in Next.js.

Getting Started

First, clone the repository

# SSH
git clone [email protected]:greyhere/next-connectips.git

# HTTPS
git clone https://github.com/greyhere/next-connectips.git

Install dependencies:

npm install
# or
yarn
# or
pnpm install

Generate a .env.local file resembling .env.example and fill it with the provided Connect IPS details, as instructed in .env.example.

cp .env.example .env.local

Add your CREDITOR.pfx private key file provided by Connect IPS to the signatures directory.

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Deploy on Vercel

Check out Next.js deployment documentation for more details.

About

Connect IPS integration in Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published