Hello! Thanks for your interest in contributing to scratchblocks.
The Community Guidelines for scratch-www also apply here. :-)
In particular, although this code is used on the Scratch website, it's not maintained by the Scratch Team. So please remember developing this isn't our job!
When reporting an issue, please do the following:
- Read the syntax guide
- Use code examples and links to https://scratchblocks.github.io/, where relevant
- Provide screenshots/comparison with Scratch, where relevant
For pull requests:
-
When developing, you need to run a local web server:
npm start
-
Browse to http://localhost:8000/ to access the development version.
To modify the homepage, send a PR to the scratchblocks/scratchblocks.github.io repo.