Skip to content

robocre8/moboblocks-desktop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors