https://github.com/ajit24/stempedia_task1
https://github.com/ajit24/stempedia_task1
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajit24/stempedia_task1
- Owner: Ajit24
- Created: 2022-06-10T18:54:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T04:34:50.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:14:31.837Z (9 months ago)
- Language: JavaScript
- Size: 66.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task : Create A Block with Tweaking scratch-gui and scratch-vm

## Install
### Git | NodeJS | NPM | Java | Python 2.x | VS Code## Get Started
mkdir Scratchcd Scratch
git clone https://github.com/llk/scratch-gui
git clone https://github.com/llk/scratch-vm
git clone https://github.com/llk/scratch-blocks
cd scratch-vm
npm install
npm link
npm run watch
cd ../scratch-blocks
npm install
npm link
cd ../scratch-gui
npm install
npm link scratch-vm scratch-blocks
npm start
http://localhost:8601
## Allow your changes
### scratch-vm: npm run watch.
### scratch-blocks: npm run prepublish command to rebuild scratch-blocks.
## (Make sure you run the command from the scratch-blocks directory at Every time you make a change to the code in scratch-blocks!)## Reference
### https://github.com/LLK/