# go into the project
cd rubii-desktop
# install npm dependencies
npm install
# Use Node 16.20.21, nvm list, nvm use 16.20.1
# run create-react-app `webpack-dev-server`
npm start
# open another tab and run electron
npm run start-electronGit pull then npm run build-react
to create an executable DMG or EXE file
"build": "electron-builder build --mac --win --publish always"
# Then checkout your dist/ to see the .dmg file
#rebuild electron version ./node_modules/.bin/electron-rebuild git clone https://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@github.com/creaz35/rubii-desktop.git . developer@rubii.com new is λ git push https://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@github.com/creaz35/rubii-desktop.git
Brian :)