Hello World: Introducing the Blog Starter

sveltekitmdsvexshadcnstarter
Yusuf Cengiz

Yusuf Cengiz

@yusuf-cengiz

Welcome to the SvelteKit Blog Starter

This blog starter is built with SvelteKit, MDsveX, and Tailwind CSS. It’s designed to be minimal, performant, and easy to customize.

Features

  • MDsveX: Write your blog posts in Markdown with Svelte components.
  • Shadcn UI: Beautiful, accessible components.
  • Tailwind CSS: Utility-first CSS framework.
  • Authors & Tags: Built-in support for author profiles and tagging.

How to use

  1. Clone the repository.
  2. Install dependencies: npm install.
  3. Start the development server: npm run dev.

Code Example

<script>
    let count = 0;
</script>

<button on:click={() => count++}>
    Clicks: {count}
</button>

Stay turned for more updates!