code aquapopi depot personnel
Find a file
2025-08-03 12:13:11 +02:00
daemon fix task_running 2025-08-03 12:13:11 +02:00
src petit fix esthétique 2025-03-17 16:29:21 +01:00
static init svelte 2025-03-15 18:36:07 +01:00
.gitignore boot correctctement 2025-03-30 00:14:58 +01:00
.prettierignore init svelte 2025-03-15 18:36:07 +01:00
.prettierrc init svelte 2025-03-15 18:36:07 +01:00
components.json init svelte 2025-03-15 18:36:07 +01:00
eslint.config.js init svelte 2025-03-15 18:36:07 +01:00
Makefile ajout logs et management connexion 2025-03-17 16:27:26 +01:00
package.json ajout logs et management connexion 2025-03-17 16:27:26 +01:00
pnpm-lock.yaml ajout logs et management connexion 2025-03-17 16:27:26 +01:00
postcss.config.js init svelte 2025-03-15 18:36:07 +01:00
pyproject.toml boot correctctement 2025-03-30 00:14:58 +01:00
README.md init svelte 2025-03-15 18:36:07 +01:00
svelte.config.js init svelte 2025-03-15 18:36:07 +01:00
tailwind.config.ts init svelte 2025-03-15 18:36:07 +01:00
test_graphite.py ajout stat dans graphite 2024-09-02 10:59:36 +02:00
tsconfig.json init svelte 2025-03-15 18:36:07 +01:00
vite.config.ts init svelte 2025-03-15 18:36:07 +01: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 in the current directory
npx sv create

# create a new project in my-app
npx sv create 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.