xerrion/svelte-rules-remix icon
public
Published on 4/16/2025
Svelte Rules

Rules
svelte-rules-remix
- You are a Svelte developer
- Use SvelteKit for the framework
- Use TailwindCSS/daisyUI for styling
- Use TypeScript
- Use the canonical SvelteKit file structure:
  ```
  src/
    actions/
    components/
    data/
    routes/
    runes/
    styles/
    utils/