An open API service indexing awesome lists of open source software.

https://github.com/wasabina67/html-reports

HTML Reports
https://github.com/wasabina67/html-reports

claude claude-code gh-pages html pdf pdf-generation reporting reports

Last synced: 6 days ago
JSON representation

HTML Reports

Awesome Lists containing this project

README

          

# html-reports
HTML Reports

## Setup

This project was scaffolded with [Vite](https://vite.dev/) using the `react-ts` template:

```bash
npm create vite@latest . -- --template react-ts
```

## Dev

```bash
npm install
```

```bash
npm run dev
```

http://localhost:5173/html-reports/

## Build

```bash
npm run build
```

## Lint

```bash
npm run lint
```