Skip to content

Commit

Permalink
example: add README to Svelte example (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 18, 2022
1 parent 4108aa6 commit dac4051
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions 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
```

0 comments on commit dac4051

Please sign in to comment.