scratchmoar
v0.0.14
Published
Integrate generative AI and other web services into Scratch, TurboWarp, and beyond
Downloads
2
Readme
👷 Note: This project is still being imagined
Manage multiple projects as one, integrate generative AI, and more 🧩
Coming soon
- New Snapshot Blocks to load snapshots with code
- Allow broadcasts to trigger blocks in other snapshots
- Add markdown notes to snapshots
Manage projects with Snapshots
(details coming soon)
Local development
Requirements
Setup
# Open terminal somewhere and download this repository to it
git clone https://github.com/moarhaus/scratchmoar
# Change directories and install dependencies
cd scratchmoar
npm i
# From now on, just run this to start
# Live script: http://localhost:8000/dist/index.js
npm start
Developing
- Visit any of these to develop the extension live:
- Turbowarp: https://turbowarp.org/editor/?extension=http://localhost:8000/src/index.js
- Scratchmoar Sandbox: https://scratchmoar.netlify.app/editor.html?extension=http://localhost:8000/src/index.js
- See our fork of scratch-gui for a fully offline solution
Troubleshooting
- If you get any weirdness in the npm console, try clearing .parcel-cache
- Add
&reset
to URL to force clear everything incase you accidently corrupt IndexedDB while developing