This is a Connect IPS Core Module integration in Next.js.
First, clone the repository
# SSH
git clone [email protected]:greyhere/next-connectips.git
# HTTPS
git clone https://github.com/greyhere/next-connectips.gitInstall dependencies:
npm install
# or
yarn
# or
pnpm installGenerate 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.localAdd 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 devCheck out Next.js deployment documentation for more details.