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
- Host: GitHub
- URL: https://github.com/wasabina67/html-reports
- Owner: wasabina67
- License: mit
- Created: 2026-03-16T14:43:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T01:28:36.000Z (3 months ago)
- Last Synced: 2026-03-26T16:27:39.137Z (3 months ago)
- Topics: claude, claude-code, gh-pages, html, pdf, pdf-generation, reporting, reports
- Language: TypeScript
- Homepage: http://wasabina67.is-a.dev/html-reports/
- Size: 358 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```