Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # smelte 1. Setup SvelteKit: https://kit.svelte.dev/docs (c2916672) 2. Add Tailwind CSS: https://github.com/svelte-add/tailwindcss (513a04b9) 3. Add Smelte - change [tailwind.config.cjs](https://github.com/matyunya/smelte/issues/230#issuecomment-812766997) - import 'smelte/src/tailwind.css' in root [__layout.svelte](https://github.com/JanMalch/sveltekit-smelte-setup/blob/main/src/routes/__layout.svelte#L2). ## svelte init <code> Next steps: 1: cd idea 2: npm install (or pnpm install, etc) 3: git init && git add -A && git commit -m "Initial commit" (optional step) 4: npm run dev -- --open To close the dev server, hit Ctrl-C </code> open/smelte.txt Last modified: 2024/10/05 06:15by 127.0.0.1