2.0.1 • Published 3 weeks ago
rappli
Licence
MIT
Version
2.0.1
Deps
0
Size
42.1 MB
Vulns
0
Weekly
0
Räppli
Installation & Start
Clone this repository to a folder of your choise. Afterwards run:
pnpm install && pnpm build
pnpm start
Static Build & Start
Räppli can be hosted on a static http file server (such as Apache):
pnpm install
BUILD_STATIC=1 pnpm build
# .output/public includes the static html and other assets
# use your own static file server or start one like so:
pnpx serve .output/public/
Developing
Once you've cloned the project and installed dependencies with pnpm install, start a development server:
pnpm dev
Guidelines & Validation of Swiss Qr Codes
- Guidelines: https://www.paymentstandards.ch/dam/downloads/ig-qr-bill-de.pdf
- Liste von Alternativen: https://www.paymentstandards.ch/de/home/readiness/generators.html
- Swico QR Validator: https://www.swiss-qr-invoice.org/validator/?lang=de
- Six QR Validator: https://validation.iso-payments.ch/gp/qrrechnung/validation
Powered by SolidStart
Everything you need to build a Solid project, powered by SolidStart;