Exit through the gift shop https://xmas.obnx.dev/
Find a file
David Battefeld 94a9ba91d6
Some checks failed
Deploy Production (Docker) / build-and-deploy (push) Has been cancelled
chore: update deps
2026-01-15 22:33:08 +01:00
.fleet feat: add cat fact section 2024-02-28 15:20:44 +01:00
.github/workflows ci: comment environment in action 2024-11-08 17:06:21 +01:00
src polish: add polish 2025-09-12 10:07:42 +02:00
static fix: replace manifest color scheme 2025-08-06 22:50:01 +02:00
.dockerignore ci: add docker setup files 2024-11-06 22:19:54 +01:00
.env.dist feat: setup wuchale 2025-09-12 08:51:22 +02:00
.gitignore feat: add duck fact section 2024-12-22 19:17:47 +01:00
.npmrc initial commit 2023-12-23 16:03:13 +01:00
docker-compose.yml fix: use working URL for images and use env for it 2025-07-09 23:47:27 +02:00
Dockerfile build: bump Node.js to 24 2025-10-28 23:50:13 +01:00
package-lock.json chore: update deps 2026-01-15 22:33:08 +01:00
package.json chore: bump i18n lib 2025-10-28 23:48:39 +01:00
postcss.config.js chore: perform automatic Tailwind 4 migration with DaisyUI 5 2025-07-09 23:24:28 +02:00
README.md initial commit 2023-12-23 16:03:13 +01:00
svelte.config.js build: add node adapter 2023-12-25 11:34:35 +01:00
tsconfig.json initial commit 2023-12-23 16:03:13 +01:00
vite.config.ts feat: wire up locale switching 2025-09-12 09:18:59 +02:00
wuchale.config.js polish: add polish 2025-09-12 10:07:42 +02:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-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.