From dac4051ad11fc53e5bbe23e824672aeb9a1b6daf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 18 Aug 2022 22:17:19 +0200 Subject: [PATCH] example: add README to Svelte example (#4011) --- examples/svelte-example/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/examples/svelte-example/README.md b/examples/svelte-example/README.md index 29c747ffee..2a7064a0ae 100644 --- a/examples/svelte-example/README.md +++ b/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 +```