sudo apt-get install -y nodejs
sudo apt-get install -y npm
git clone https://github.com/intechstudio/grid-editor.git
cd grid-editor
npm i
sudo chown root ./node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 ./node_modules/electron/dist/chrome-sandbox
npm run electron-dev
User must have access to the serial port
sudo usermod -aG dialout $USER
Restart the computer!
Format validator is run on every push, please make sure to run the prettier code formatter before pushing code to the repository!
npm i
npm run format
npm i
npm run web-dev