Usefull commands. Tip and tricks
echo "Enter project name" && read project_name && npm create svelte@latest $project_name && cd $project_name && npm i
set "project_name=" && set /p "project_name=Enter project name: " && npm create svelte@latest %project_name% && cd %project_name% && npm i
npm install -D tailwindcss postcss autoprefixer svelte-preprocess && npx tailwindcss init tailwind.config.cjs -p && code . && exit
templates\sveltekit-tailwind
npm i daisyui
templates\sveltekit-tailwind-dausyui