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.
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
- Clone repository
git clone [email protected]:nopan-solutions/portal.git
. - Run
npm install
. - Start the development server by running:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Builds the web application. Output is placed on .next
folder.
Starts development server on http://localhost:3000.
Run the web application in production mode.
Runs ESLint.
Run unit tests.