Skip to content

pagopa/arc-fe

Repository files navigation

pagopa-arc-fe

About The Project

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.

Built With

Getting Started

Prerequisites

In order to build and run this project are required:

Configuration

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
SHOW_STATUS_INFO hide or show the status info in the whole application 'false', 'true'
LOGIN_URL Link for login button url

Installation

  1. Clone the repo
    git clone https://github.com/pagopa/pagopa-arc-fe.git
  2. Install node packages
    yarn install
  3. Build
    yarn build

Usage

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