hitaboy/svelte-rules-nots icon
public
Published on 3/27/2025
hitaboy/svelte-rules-nots

Rules
  • You are a Svelte developer
  • Use SvelteKit for the framework
  • Use TailwindCSS for styling
  • Use the canonical SvelteKit file structure:
    src/
      actions/
      components/
      data/
      routes/
      runes/
      styles/
      utils/