Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Dec 5, 2022
1 parent f4dfa36 commit f58e4f0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This repository contains a hot-reloading sandbox for developing the `@upload-io/

| Package | Version |
| ------- | -------- |
| Node | v12.22.0 |
| NPM | v6.14.11 |
| Node | v18.12.1 |
| NPM | v8.19.2 |

## How To Build & Run

Expand All @@ -20,13 +20,19 @@ git clone git@github.com:upload-io/vue-uploader.git
cd vue-uploader
```

### 2. Install Dependencies
### 2. Setup Environment

```
export NODE_OPTIONS=--openssl-legacy-provider
```

### 3. Install Dependencies

```shell
npm install
```

### 3. Run The Sandbox
### 4. Run The Sandbox

```shell
npm start
Expand Down

0 comments on commit f58e4f0

Please sign in to comment.