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

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.

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
```