mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| rollup.config.js | ||
| server.mjs | ||
| tsconfig.json | ||
Uppy with Svelte
Run it
To run this example, make sure you've correctly installed the repository root:
corepack yarn install
corepack yarn build
Then, again in the repository root, start this example by doing:
corepack yarn workspace @uppy-example/svelte-app start