Files
SpotMicroESP32-Leika/app
2025-11-30 12:41:51 +01:00
..
🎨 format
2025-10-11 10:42:32 +02:00
2025-11-30 12:41:51 +01:00
🎨 format
2025-10-11 10:42:32 +02:00
2025-07-16 21:58:39 +02:00
2025-07-10 21:54:38 +02:00
2024-05-03 16:23:03 +02:00
🎨 format
2025-10-11 10:42:32 +02:00
2025-07-10 21:54:38 +02:00
2024-05-03 16:23:03 +02:00
2024-05-03 16:23:03 +02:00
2025-10-11 10:54:07 +02:00
🎨 format
2025-10-11 10:42:32 +02:00
2024-05-03 16:23:03 +02:00
2025-10-11 11:02:17 +02:00
🎨 format
2025-10-11 10:42:32 +02:00
2025-10-11 11:02:17 +02:00
🎨 format
2025-10-11 10:42:32 +02:00
2025-02-26 22:40:40 +01:00
🎨 format
2025-10-11 10:42:32 +02:00
🎨 format
2025-10-11 10:42:32 +02:00
2024-05-03 16:23:03 +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
npx sv create

Developing

Once you've created your project, follow these steps:

1: Delete package-lock.json 2: Check git status. If you see any changes other than package-lock.json or favicon.ico, run the command git restore ./ (See below) 3: Run npm install or pnpm install or yarn to install the dependencies 4: Run npm run build to build the project

Running git status should show:

example.png

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.