https://github.com/hellotool/snapproofprinthelperforpwa
Print multiple transfer record diagrams, e-commerce order diagrams, and so on in a voucher style onto paper.
https://github.com/hellotool/snapproofprinthelperforpwa
material-design printing pwa-app solidjs tauri-app web
Last synced: about 1 month ago
JSON representation
Print multiple transfer record diagrams, e-commerce order diagrams, and so on in a voucher style onto paper.
- Host: GitHub
- URL: https://github.com/hellotool/snapproofprinthelperforpwa
- Owner: HelloTool
- License: apache-2.0
- Created: 2025-06-13T22:23:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-17T17:46:40.000Z (10 months ago)
- Last Synced: 2025-09-17T19:56:01.492Z (10 months ago)
- Topics: material-design, printing, pwa-app, solidjs, tauri-app, web
- Language: TypeScript
- Homepage: https://hellotool.github.io/SnapProofPrintHelperForPWA/
- Size: 773 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```