Setting Up Scratch JS ~ Mac - Scratch-JS/Scratch-JS GitHub Wiki
Setting Up Scratch-JS ~ Mac
Getting started with Scratch-JS on a mac is easy:
- Download the the downloadMe.zip for the latest version of Scratch-JS from the releases page
- Unzip it
- Open the downloadMe folder
- Right click on index.html and click get info
- In the new window, next to "where" it should say the file path; copy that entire path (we will need to paste it later)
- Open Terminal
- Type the following
python -m SimpleHTTPServer 12345
and then press enter - Now open your web browser and go to
localhost:12345
- Open the index.sjs file in a text editor of your choice
- That's it, you are now ready to make your first Scratch-JS project
Sorry if the directions look allot harder then they are, trust me this all takes less then a minute