Pārlūkot izejas kodu

example: add README to Svelte example (#4011)

Antoine du Hamel 2 gadi atpakaļ
vecāks
revīzija
dac4051ad1
1 mainītis faili ar 15 papildinājumiem un 2 dzēšanām
  1. 15 2
      examples/svelte-example/README.md

+ 15 - 2
examples/svelte-example/README.md

@@ -1,3 +1,16 @@
-# `svelte-example`
+# Uppy with Svelte
 
-More info coming soon...
+## Run it
+
+To run this example, make sure you've correctly installed the **repository root**:
+
+```sh
+corepack yarn install
+corepack yarn build
+```
+
+Then, again in the **repository root**, start this example by doing:
+
+```sh
+corepack yarn workspace @uppy-example/svelte-app dev
+```