Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/danielhonies/electronwebgcs.git
cd electronwebgcs
npm installHaving issues installing? See our debugging guide
Start the app in the dev environment:
npm startyou will need to run mavsdk_server on port 50000 for the app to connect.
To package apps for the local platform:
npm run packageMIT