Closed
Description
At the moment there's a single chapter of the OG tutorial in the content
directory. We need to port the rest of the tutorial over, and add SvelteKit material.
We need to serve two audiences:
- People who are new to Svelte altogether, who don't want to be distracted by SvelteKit-related stuff until it's time
- People who already know Svelte, and want to skip ahead to SvelteKit stuff
It may be the case that the first group is best served by hiding the full project file structure, and zooming in on a single directory that contains the existing App.svelte
(and whatever other files are relevant to the section).
It's also possible that we need a stricter separation between the Svelte sections and the SvelteKit sections, though I'm not 100% sure what that looks like.