Räppli ist eine freie Web App zur Erstellung von Schweizerischen Rechnungen inklusive QR-Code. Erfasse deine Rechnungspositionen und erhalte unmittelbar eine druckbare Rechnung. https://rappli.ch
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Katja Lutz dddc59b9e6 chore(release): 1.7.1 7 months ago
assets
bin fix: use proper cwd in rappli binary 2 years ago
public feat: play trailer video in WelcomeModal 2 years ago
src feat: implement apply bank address buttons 2 years ago
.gitignore feat: implement like button 2 years ago
.npmignore feat: implement like button 2 years ago
.prettierignore
CHANGELOG.md chore(release): 1.7.1 7 months ago
LICENSE
README.md docs: add alternative solutions link to README 2 years ago
package-lock.json chore(release): 1.7.1 7 months ago
package.json chore(release): 1.7.1 7 months ago
postcss.config.cjs
rappli.service feat: version systemd service example 2 years ago
tailwind.config.cjs
tsconfig.json
vite.config.ts feat: implement like button 2 years ago

README.md

Räppli

Installation

npm install -g rappli

Running it

DOMAIN=yourdomain.com rappli

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Guidelines & Validation of Swiss Qr Codes

Building

Solid apps are built with adapters, which optimise your project for deployment to different environments.

By default, npm run build will generate a Node app that you can run with node build. To use a different adapter, add it to the devDependencies in package.json and specify in your vite.config.js.

Powered by solid-start

Everything you need to build a Solid project, powered by solid-start;