File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # Building From Source
2+
3+ This repository contains a hot-reloading sandbox for developing the ` @upload-io/react-uploader ` NPM package.
4+
5+ ## Prerequisites
6+
7+ ` node ` and ` npm ` are required — we actively support the following versions:
8+
9+ | Package | Version |
10+ | ------- | -------- |
11+ | Node | v18.12.1 |
12+ | NPM | v8.19.2 |
13+
14+ ## How To Build & Run
15+
16+ ### 1. Clone
17+
18+ ``` shell
19+ git clone git@github.com:upload-io/react-uploader.git
20+ cd react-uploader
21+ ```
22+
23+ ### 2. Setup Environment
24+
25+ ```
26+ export NODE_OPTIONS=--openssl-legacy-provider
27+ ```
28+
29+ ### 3. Install Dependencies
30+
31+ ``` shell
32+ npm install
33+ ```
34+
35+ ### 4. Run The Tests
36+
37+ ``` shell
38+ npm test
39+ ```
40+
41+ Note: there is no hot-reloading demo for ` react-uploader ` . Please see the ` uploader ` repository instead.
You can’t perform that action at this time.
0 commit comments