Snippets

Col Wilson svelte-kit latest

Created by Col Wilson last modified
pnpm i -g npm
pnpm i -g svelte-add

PLAY=play-$(date +%d%m%y)-$(echo $RANDOM | md5sum | head -c 3; echo;)
npm create -y @svelte-add/kit@latest $PLAY -- --with tailwindcss --daisyui


cd $PLAY
npx svelte-add@latest mdsvex

cd ..

code $PLAY


Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.