Skip to content

sazora/Hub

 
 

Repository files navigation

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

About

Web GUI for DroneDB

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.2%
  • Vue 9.8%
  • HTML 1.0%
  • CSS 0.9%
  • SCSS 0.1%
  • Python 0.0%