https://github.com/robotical/martyblocks
Used to build MartyBlocks (e.g. embedded in Marty 2 App)
https://github.com/robotical/martyblocks
Last synced: 10 months ago
JSON representation
Used to build MartyBlocks (e.g. embedded in Marty 2 App)
- Host: GitHub
- URL: https://github.com/robotical/martyblocks
- Owner: robotical
- Created: 2021-10-29T13:42:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-20T13:39:26.000Z (10 months ago)
- Last Synced: 2025-08-20T15:33:28.341Z (10 months ago)
- Language: JavaScript
- Size: 120 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MartyBlocks by Robotical
MartyBlocks is basically scratch as developed by MIT but with additional blocks and connection to Marty the Robot developed by Robotical.
## Build
Build is done using docker:
- clone the repo and cd into the new folder
- docker-compose up
This should build the repo so check for success messages
## Publish to npm
Follow these steps:
- chmod +x ./scripts/extract-dist-files.sh
- ./scripts/extract-dist-files.sh
- --- check that the folder ./dist has been created - it should contain the build from scratch-gui
Assuming the above worked publish to npm with:
- npm publish
May be prompeted to npm adduser in which case follow the instructions and any 2FA requirements