mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
11 lines
267 B
Markdown
11 lines
267 B
Markdown
# CDN example
|
|
|
|
To run the example, open the `index.html` file in your browser.
|
|
|
|
If you want to spawn a local webserver, you can use the following commands
|
|
(requires Deno, Python, or PHP):
|
|
|
|
```sh
|
|
corepack yarn install
|
|
corepack yarn workspace @uppy-example/cdn dev
|
|
```
|