The Scratch 3.0 Extensions development environment based on the code-server.
879
How to setup the Scratch 3.0 Extensions development environment, using the Docker.
Have fun pair programming with parents and children, using the Scratch 3.0 Extensions development environment based on the code-server.
On the command prompt, run the following commands.
cd c:\
mkdir scratch-ws
docker run --name s3coder -d -p 8080:8080 -p 8601:8601 -v C:/scratch-ws:/home/coder/s3/scratch-ws -e PASSWORD=password jprad/s3coder /home/coder/s3
Click the following link to open the code-server. The authentication password is 'password'.
Start scratch-gui with the following operation.
[Run (Ctrl + Shift + D)] icon.'Run Scratch 3.0 GUI' (default).[Start Debuging] icon.[TERMINAL] tab, waiting 'Compiled successfully'.The following link will open Scratch 3.0 GUI.
To stop and restart the docker container, use the following docker commands
Stop docker
docker stop s3coder
Start docker
docker start s3coder
You can develop the Scratch 3.0 Extensions on a web-based development environment. But create PNGs and other images using Windows applications. If you save the file in the c:\scratch-ws folder, you can load it to copy it to some folder on the code-server.
For specific instructions on how to develop the Scratch 3.0 Extensions, see the following links.
Content type
Image
Digest
Size
844.2 MB
Last updated
about 6 years ago
docker pull jprad/s3coder