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 6065c1ebf3 fix: use proper cwd in rappli binary 2 years ago
assets
bin fix: use proper cwd in rappli binary 2 years ago
public chore: add public folder with swiss-cross, favicon and robots.txt 2 years ago
src feat: enable lufrai watermark by default 2 years ago
.gitignore
.prettierignore feat: ignore CHANGELOG.md in prettier reformatting 2 years ago
CHANGELOG.md chore(release): 0.1.0 2 years ago
LICENSE
README.md chore: reformat README 2 years ago
package-lock.json chore(release): 0.1.0 2 years ago
package.json feat: use custom ignore file instead of gitignore for prettier 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;