rappli
v2.0.1
Published
[<img height="100" src="./assets/icon-large.png"/>](https://rappli.ch)
Downloads
293
Readme
Räppli
Installation & Start
Clone this repository to a folder of your choise. Afterwards run:
pnpm install && pnpm build
pnpm startStatic 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 devGuidelines & 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;
