Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 836 Bytes

BUILD.md

File metadata and controls

43 lines (28 loc) · 836 Bytes

Building From Source

This repository contains a hot-reloading sandbox for developing the @bytescale/upload-widget-react NPM package.

Prerequisites

node and npm are required — we actively support the following versions:

Package Version
Node v18.12.1
NPM v8.19.2

How To Build & Run

1. Clone

git clone git@github.com:bytescale/upload-widget-react.git
cd upload-widget-react

2. Setup Environment

export NODE_OPTIONS=--openssl-legacy-provider

3. Install Dependencies

npm install

4. Run The Sandbox

npm start

The above launches a hot-reloading server on http://127.0.0.1:3060 that uses @bytescale/upload-widget-react from source.

Please ensure nothing else is running on TCP port 3060.