checkflo/app
2026-05-17 16:27:24 +02:00
..
.vscode Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de 2026-05-17 11:31:13 +02:00
src Fix: iPhone-Demo auf Musterküche-Station (gleicher Tenant wie Dashboard) 2026-05-17 16:27:24 +02:00
static App-Icon aus SVG (dunkel), Manifest-Name auf 'checkflo' gekürzt 2026-05-17 13:28:06 +02:00
.gitignore Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de 2026-05-17 11:31:13 +02:00
.npmrc Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de 2026-05-17 11:31:13 +02:00
Dockerfile Admin-Bereich, PWA-Manifest und Deploy-Setup 2026-05-17 11:37:42 +02:00
package-lock.json Feature: QR-Druck, Monatsprotokoll PDF, Pricing-Sektion 2026-05-17 14:36:59 +02:00
package.json Feature: QR-Druck, Monatsprotokoll PDF, Pricing-Sektion 2026-05-17 14:36:59 +02:00
README.md Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de 2026-05-17 11:31:13 +02:00
svelte.config.js Admin-Bereich, PWA-Manifest und Deploy-Setup 2026-05-17 11:37:42 +02:00
tsconfig.json Initial commit: SvelteKit PWA + PocketBase Setup für checkflo.de 2026-05-17 11:31:13 +02:00
vite.config.ts App-Icon aus SVG (dunkel), Manifest-Name auf 'checkflo' gekürzt 2026-05-17 13:28:06 +02:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
npx sv@0.15.3 create --template minimal --types ts --install yarn app

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

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.