No description
  • TypeScript 78.6%
  • Svelte 17.9%
  • JavaScript 2%
  • HTML 1%
  • Dockerfile 0.5%
Find a file
2026-06-09 00:14:06 +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 v26 2026-05-06 22:03:01 +00:00
nginx.conf Add Dockerfile, docker-compose and nginx config 2026-03-31 23:37:53 +02:00
package-lock.json Update dependency @sveltejs/kit to v2.64.0 2026-06-08 22:12:17 +00:00
package.json Merge renovate/vite-8.x 2026-05-22 18:16:13 +02: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.