Skip to content

svelte-jp/svelte.dev

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 61.0%
  • TypeScript 20.2%
  • JavaScript 13.1%
  • CSS 3.7%
  • HTML 2.0%