No description
Find a file
Midas van Oene abf7f96e6b
All checks were successful
Build and Publish / build (push) Successful in 54s
Merge renovate/vite-7.x-lockfile
2026-04-10 11:23:22 +02:00
.forgejo/workflows Merge branch 'renovate/node-24.x' into develop 2026-04-06 18:32:50 +02:00
.vscode Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
src Fix FODMAP dataset errors and add category filter 2026-04-06 18:27:30 +02:00
static Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
.dockerignore Add Dockerfile, docker-compose and nginx config 2026-03-31 23:37:53 +02:00
.gitignore Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
.npmrc Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
docker-compose.yml Add Dockerfile, docker-compose and nginx config 2026-03-31 23:37:53 +02:00
Dockerfile Update node Docker tag to v25 2026-04-06 22:02:57 +00:00
nginx.conf Add Dockerfile, docker-compose and nginx config 2026-03-31 23:37:53 +02:00
package-lock.json Update dependency vite to v7.3.2 2026-04-10 11:23:07 +02:00
package.json Update dependency typescript to v6 2026-04-05 22:02:35 +00:00
README.md Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
renovate.json Add renovate.json 2026-04-03 20:41:51 +00:00
svelte.config.js Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
tsconfig.json Add FODMAP diet search PWA built with Svelte 5 2026-03-31 23:35:47 +02:00
vite.config.ts Rename FODMAP references to Hapje, add subtitle 2026-03-31 23:45:22 +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.13.1 create --template minimal --types ts --no-install fodmap-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.