|
@@ -7,7 +7,8 @@ This is a simple, lean example that combines the usage of @uppy/companion and up
|
|
To run this example, make sure you've correctly installed the **repository root**:
|
|
To run this example, make sure you've correctly installed the **repository root**:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-npm install
|
|
|
|
|
|
+corepack yarn install
|
|
|
|
+corepack yarn build
|
|
```
|
|
```
|
|
|
|
|
|
That will also install the dependencies for this example.
|
|
That will also install the dependencies for this example.
|
|
@@ -15,5 +16,5 @@ That will also install the dependencies for this example.
|
|
Then, again in the **repository root**, start this example by doing:
|
|
Then, again in the **repository root**, start this example by doing:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-npm run example uppy-with-companion
|
|
|
|
|
|
+corepack yarn workspace @uppy-example/uppy-with-companion start
|
|
```
|
|
```
|