Skip to content

Graphical User Interface for creating and running Scratch 3.0 projects. Modified for Snazzle.

License

Notifications You must be signed in to change notification settings

SnarpleDev/snazzy-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratch-gui

This repo is a copy of Scratch's editor modified for Snazzle

To open the current build in your browser on Github Pages:

https://SnarpleDev.github.io/snazzy-gui/

Contributing (please read)

  1. Fork ALL BRANCHES of the repo
  2. Make changes to the develop branch
  3. Create a build (instructions here)
  4. Run npm run deploy in a Bash terminal (Git Bash works fine on Windows)1
  5. Commit changes & make a pull request

Run locally

  1. Clone the repo
  2. run npm install
  3. run npm start

Creating a build

To compile the editor to vanilla javascript, run npm run build. The output will be in the build folder. The latest built version can be found on the gh-pages branch.

Footnotes

  1. All this really does is replace the contents of the gh-pages branch with the contents of the build folder. If you have issues with this step, you can do it manually.

About

Graphical User Interface for creating and running Scratch 3.0 projects. Modified for Snazzle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.2%
  • CSS 6.7%
  • Other 0.1%