Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 759 Bytes

File metadata and controls

44 lines (25 loc) · 759 Bytes

Rudimentary Electron GCS based on WebGCS and Electron React Boilerplate


Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/danielhonies/electronwebgcs.git 
cd electronwebgcs
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

you will need to run mavsdk_server on port 50000 for the app to connect.

Packaging for Production

To package apps for the local platform:

npm run package

Maintainers

License

MIT