Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 716 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 716 Bytes

Scratch3.0 Extension Template

This aims for a comprehensive template to develop a Scratch 3.0 extension easily.

  • Integration in scratch-gui and scratch-vm
  • Live reload
  • Testing (TBD)
  • Deployment to npm registry (TBD)
  • Publication to GitHub Pages (TBD)

Prerequisites

How to use

Get this source code and install dependencies.

git clone https://github.com/eqot/scratch3-extension-template
cd scratch3-extension-template
rush update

Start a development server and watch update.

rush start

Build files.

rush build