2025-03-24 22:56:10 +01:00

478 B

The fastest way to build Svelte apps

This is the SvelteKit framework and CLI.

The quickest way to get started is via the sv package:

npx sv create my-app
cd my-app
npm install
npm run dev

See the documentation to learn more.

Changelog

The Changelog for this package is available on GitHub.