|
@@ -5,9 +5,16 @@ Files are uploaded to a randomly named directory inside the `whatever/` director
|
|
|
|
|
|
## Run it
|
|
|
|
|
|
-First set up the `COMPANION_AWS_KEY`, `COMPANION_AWS_SECRET`, `COMPANION_AWS_REGION`, and `COMPANION_AWS_BUCKET` environment variables for @uppy/companion.
|
|
|
+To run this example, make sure you've correctly installed the root repository:
|
|
|
|
|
|
-Move into this directory, then:
|
|
|
+```bash
|
|
|
+npm install
|
|
|
+npm run bootstrap
|
|
|
+```
|
|
|
+
|
|
|
+Then, set up the `COMPANION_AWS_KEY`, `COMPANION_AWS_SECRET`, `COMPANION_AWS_REGION`, and `COMPANION_AWS_BUCKET` environment variables for @uppy/companion.
|
|
|
+
|
|
|
+Then, navigate to this directory and run:
|
|
|
|
|
|
```bash
|
|
|
npm install
|