this project contains a FE of the area reserved for citizens. It allows you to consult open debt positions and consult the history of those already paid. It also allows the payment of open positions without manual data entry.
In order to build and run this project are required:
The table below describes all the Environment variables needed by the application.
Variable name | Description | type |
---|---|---|
APIHOST | api service host | url |
ENV | environment id | "LOCAL", "DEV", "UAT", "PROD" |
ASSISTANCE_LINK | Link for assistance page | url |
ENTITIES_LOGO_CDN | cdn link for logos | url |
LOGIN_URL | Link for login button | url |
- Clone the repo
git clone https://github.com/pagopa/pagopa-arc-fe.git
- Install node packages
yarn install
- Build
yarn build
In order to run the application on a local dev server with mock API responses:
yarn dev
the application is available at http://localhost:1234
This project uses storybook. In order to run the storybook local server:
yarn storybook
the application is available at http://localhost:6006