robocre8/moboblocks-desktop-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# MoboBot Test Desktop Application - Mobobot Desktop Apllication (Electron JS) - createblocks [here](https://raspberrypifoundation.github.io/blockly-samples/examples/developer-tools/index.html) # client setup cd client <br> npm install # server setup cd server/ <br> python3 -m venv .env # Ubuntu python -m venv .env # Windows PowerShell <br> source .env/bin/activate # Ubuntu .\.env\Scripts\Activate.ps1 # Windows PowerShell <br> pip3 install -r requirements.txt # Ubuntu pip install -r requirements.txt # Windows PowerShell # pre app install npm install --save-dev @electron-forge/cli npx electron-forge import # app install cd client npm run make # server build cd server <br> pyinstaller --noconfirm --onefile --console --name "mobobot_server" --add-data "mobobot_client.py:." main.py