mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-01 23:52:51 +00:00
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.