uppy/examples/cdn-example/README.md
2022-06-27 16:02:15 +02:00

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
```