Renée Kooi 513ba53c37 examples: mention that you need to install & bootstrap 6 năm trước cách đây
..
client f97b3931bb Upgrade eslint. 6 năm trước cách đây
output faa6fbf54e add custom provider example 7 năm trước cách đây
server f97b3931bb Upgrade eslint. 6 năm trước cách đây
.gitignore faa6fbf54e add custom provider example 7 năm trước cách đây
index.html faa6fbf54e add custom provider example 7 năm trước cách đây
package-lock.json 2574d1251c Update babel in examples 6 năm trước cách đây
package.json 2574d1251c Update babel in examples 6 năm trước cách đây
readme.md 513ba53c37 examples: mention that you need to install & bootstrap 6 năm trước cách đây

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 root repository:

npm install
npm run bootstrap

Move into this directory, then:

npm install
npm start