/learn-svelte-sonat-bergen-fagdag

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

Primary LanguageSvelte

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).