# report-v5
v5 portal report UI

## prerequisite

### node
18.17.1

### pnpm
8.15.6

## Project Setup

To get started with the project, run the following commands:

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```
