You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

535 B

The fastest way to build Svelte apps

This is the SvelteKit framework and CLI.

The quickest way to get started is via the create-svelte package:

npm create svelte@latest 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.