Renée Kooi 7b2283d8ef examples: add `npm run example` script 5 jaren geleden
..
client f97b3931bb Upgrade eslint. 6 jaren geleden
output faa6fbf54e add custom provider example 7 jaren geleden
server 9b90c808b5 companion: set Access-Control-Allow-Credentials only when request origin is whitelisted 5 jaren geleden
.gitignore faa6fbf54e add custom provider example 7 jaren geleden
index.html faa6fbf54e add custom provider example 7 jaren geleden
package.json 10bc79574e lerna link convert (#1730) 5 jaren geleden
readme.md 7b2283d8ef examples: add `npm run example` script 5 jaren geleden

readme.md

Uppy + Companion + Custom Provider Example

This example uses @uppy/companion with a dummy custom provider. This serves as an illustration on how integrating custom providers would work

Run it

To run this example, make sure you've correctly installed the repository root:

npm install

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

npm run example custom-provider