# Demo app


## Installation

```bash
npm install
```

## Update the nestjs-pdf library
To update the `nestjs-pdf` library, you can run the following command:

```bash
npm run refresh-lib
```

## Run the app

```bash
npm run start
```