mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 00:51:13 -05:00
500 B
500 B
scratch-www
Standalone web client for Scratch
To Build
npm install
npm start
Once running, open http://localhost:8888
in your browser. Any update you make to files in either ./static
or ./src
should trigger a rebuild of the project and cause your browser to refresh to reflect those changes.
To Test
npm test