printer-notifications/node_modules/@sveltejs/kit/README.md
2023-11-13 16:10:04 -05:00

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.