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 50fc25b6e1 feat: hide modal during print 2 years ago
assets chore: add assets including icons and logos 2 years ago
bin feat: implement bin script 2 years ago
public chore: add public folder with swiss-cross, favicon and robots.txt 2 years ago
src feat: hide modal during print 2 years ago
.gitignore chore: add gitignore 2 years ago
LICENSE chore: include mention of lufrai in license 2 years ago
README.md chore: reformat README 2 years ago
package-lock.json chore: move vite dependencies to non-dev deps in pkg 2 years ago
package.json chore: move vite dependencies to non-dev deps in pkg 2 years ago
postcss.config.cjs feat: setup tailwind, postcss and custom css utilities 2 years ago
tailwind.config.cjs fix: disable daisyui dark theme 2 years ago
tsconfig.json feat: add tsconfig.json 2 years ago
vite.config.ts feat: use 0.0.0.0 as vite host ip 2 years ago

README.md

Räppli

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

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;