Skip to content

cognominal/svelte

 
 

Repository files navigation

svelte.dev

this is a fork of svelte.dev to bootstrap my lush project. I will create one new route. src/route/svelte.dev as a way to navigate the source files of svelte.dev. I would like to create a view that gives the component arborescence for a given route. So I am factoring out the FileTree component to make it independant of the tutorial.

I will change the behavior of the playground route so as to add a lush panel, where the AST is unparsed into lush susy.

original README

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

About

Cybernetically enhanced web apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.2%
  • Svelte 24.0%
  • TypeScript 3.6%
  • CSS 1.3%
  • HTML 0.9%