Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 434 Bytes

File metadata and controls

13 lines (7 loc) · 434 Bytes

learn.svelte.dev

A soup-to-nuts interactive tutorial on how to build apps with Svelte.

Setup

This repo uses pnpm.

Running the app

At the moment, the only way this works is if you clone the repo and run it locally with pnpm dev or pnpm build && pnpm preview.

In future, it will run both locally and on the web (using WebContainers).