- Install
Node.JS 16.xor newer
sudo apt-get install build-essential libudev-dev libnss3
Install Node.js 16 and npm on Raspberry Pi: https://lindevs.com/install-node-js-and-npm-on-raspberry-pi/
sudo apt-get install build-essential libudev-dev libopenjp2-tools ruby-full
sudo gem install fpm
git clone https://github.com/eez-open/dashboard-standalone-app
cd dashboard-standalone-app
- Edit
resources\manifest.jsonwhere you can set your dashboard eez-project file - Change
icon.icoandicon.icnsfiles - Add IEXT files in
resources\extensions - Set
background.pngfor Mac DMG package
npm run clean-all
npm install
npm run build
Build distribution package:
npm run dist
You can find the installation files in the dist folder.
