WIP
Create a sveltekit template
pnpm dlx sv create . --template minimal --no-add-ons --types ts --no-install
pnpm dlx sv add tailwindcss --tailwindcss none --no-install
pnpm i
pnpm dlx shadcn-svelte@next init
pnpm dlx shadcn-svelte@next add button -y -o
pnpm check
create a output.json
pnpm dlx jiti ./test.js ./template
Excalidraw to svg
pnpm dlx excalidraw-brute-export-cli \
-i ./what-is-full-stack.excalidraw \
--background 0 \
--embed-scene 0 \
--dark-mode 0 \
--scale 1 \
--format svg \
-o "./what-is-full-stack.svg"
- pattern
- faq (frequently asked question)
area of code
- form
- kit
- router
- svelte-5
- meta (metaprogramming / scripting)
- css
- tailwind