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/
- Fork ALL BRANCHES of the repo
- Make changes to the
develop
branch - Create a build (instructions here)
- Run
npm run deploy
in a Bash terminal (Git Bash works fine on Windows)1 - Commit changes & make a pull request
- Clone the repo
- run
npm install
- run
npm start
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
-
All this really does is replace the contents of the
gh-pages
branch with the contents of thebuild
folder. If you have issues with this step, you can do it manually. ↩