sveltekit

npm init svelte my-app
cd my-app
npm install
npm run dev -- --open
Nathan Pollock