Files
SpotMicroESP32-Leika/app
2025-07-10 23:18:15 +02:00
..
2024-05-28 20:55:45 +02:00
2025-07-10 23:18:15 +02:00
2024-05-03 16:23:03 +02:00
2024-05-03 16:23:03 +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-07-10 21:54:38 +02:00
2024-05-03 16:23:03 +02:00
2024-05-03 16:23:03 +02:00
2025-03-07 21:20:20 +01:00
2024-08-26 20:37:59 +02:00
2024-05-03 16:23:03 +02:00
2025-07-10 19:04:39 +02:00
2024-05-03 16:23:03 +02:00
2025-07-10 19:04:39 +02:00
2025-07-10 23:18:15 +02:00
2025-02-26 22:40:40 +01:00
2025-07-10 21:54:38 +02:00
2025-07-10 23:18:15 +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.