Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 781 Bytes

File metadata and controls

34 lines (23 loc) · 781 Bytes

Hub

JS Client Application for Registry

image

Build

The project is compatible with Node.js 18+ (recommended: 22.x LTS).

git clone https://github.com/DroneDB/Hub --recurse-submodules && cd Hub
npm install
npm run build

Alternative: Direct webpack command

If you prefer to run webpack directly:

npm install
node --openssl-legacy-provider ./node_modules/webpack/bin/webpack.js

Note: The --openssl-legacy-provider flag is required for Node.js 17+ due to OpenSSL 3.0 changes. The npm run build script handles this automatically.

Run

cd build
python -m http.server 8080

Open a web browser to http://localhost:8080