2025-12-23 00:32:22 -05:00
2025-12-19 03:36:59 -05:00
v2
2025-12-16 20:44:52 -05:00
2025-12-16 10:23:24 -05:00
2025-12-23 00:32:22 -05:00
2025-12-22 23:57:46 -05:00
2025-12-16 10:23:24 -05:00
2025-12-22 23:57:46 -05:00
2025-12-16 18:46:53 -05:00
2025-12-16 10:23:24 -05:00
2025-12-22 23:57:46 -05:00
2025-12-16 10:23:24 -05:00
2025-12-16 10:23:24 -05:00
2025-12-16 10:23:24 -05:00
2025-12-16 10:23:24 -05:00
2025-12-23 00:32:22 -05:00
2025-12-16 10:23:24 -05: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.

S
Description
No description provided
Readme 22 MiB
Languages
TypeScript 56.3%
Svelte 41.7%
Shell 1.4%
CSS 0.4%
JavaScript 0.1%
Other 0.1%