Skip to content

cmma0003/authentication

Repository files navigation

Portal

The portal will serve as the primary customer-facing interface of our solution. Its purpose is to provide a unified platform where customers can both initiate and manage their business relationship with Nopan, while ensuring regulatory and operational requirements are met. Related ADRs about requisites and tech choices.

Getting started

Prerequisites

In order to be able to run and contribute to this project from your local machine, make sure having the following installed:

  • Node.js 22
  • npm 10

Installation

  1. Clone repository git clone [email protected]:nopan-solutions/portal.git.
  2. Run npm install.
  3. Start the development server by running:
npm run dev

Open http://localhost:3000 with your browser to see the result.

npm scripts

npm run build

Builds the web application. Output is placed on .next folder.

npm run dev

Starts development server on http://localhost:3000.

npm run start

Run the web application in production mode.

npm run lint

Runs ESLint.

npm run test

Run unit tests.

Tech stack

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published