Skip to content

pagopa/arpu-fe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

433 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-release

pagopa-arpu-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
API_TIMEOUT after this time API requests will be cancelled number
ENTITIES_LOGO_CDN cdn link for logos url
LOGIN_URL Link for login button url
DEPLOY_PATH deploy subpath (default "/cittadini") string
ENV env target (used in conditional evaluations) string 'DEV'
VERSION active version (valued by pipeline, debug purpose) string (branch:commit-hash)
RESOURCES_URL template URL/path for legal resources (supports placeholders) string
RECAPTCHA_SITE_KEY reCAPTCHA v2 invisible site key (leave empty if disabled) string

Installation

  1. Clone the repo
    git clone https://github.com/pagopa/pagopa-arpu-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

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.2%
  • Other 1.8%