Skip to content

The Svelte omnisite

Notifications You must be signed in to change notification settings

sveltejs/svelte.dev

Folders and files

NameName
Last commit message
Last commit date
Jun 11, 2024
Mar 15, 2025
Apr 5, 2025
Apr 5, 2025
Jun 10, 2024
Jun 13, 2024
Jun 12, 2024
Oct 24, 2024
Jun 11, 2024
Oct 23, 2024
Feb 11, 2025
Apr 5, 2025
Jun 10, 2024

Repository files navigation

svelte.dev

This is the repository behind svelte.dev, the official Svelte site, and the related packages that it relies on.

Documentation PRs

If you're creating a documentation PR, make sure you're targeting the right repository. More specifically, changes to content within apps/svelte.dev/content/docs are synced from other repositories, and documentation changes within those folder should therefore be made in those repositories:

The tutorial, blog and examples are maintained within this repository.

Setup

pnpm install
cd apps/svelte.dev
USE_GIT=true pnpm sync-docs
pnpm run dev