mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
17 lines
301 B
Markdown
17 lines
301 B
Markdown
# Uppy with Svelte
|
|
|
|
## 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
|
|
```
|