From 5756c2ef503b5c52c5bc5d4c6c4faf3915b70d7d Mon Sep 17 00:00:00 2001 From: Benjamin Wheeler Date: Mon, 17 Dec 2018 10:53:19 -0500 Subject: [PATCH] added note about npm run build to README (#801) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65e8e329..b27c400b 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,14 @@ You can try out your own copy of the paint editor by running the development ser In the cloned `scratch-paint` directory, run: ```bash +npm run build npm start ``` Then go to [http://localhost:8078/playground/](http://localhost:8078/playground/). 8078 is BLOB upside-down. The True Name of this repo is scratch-blobs. +*(Note that the `npm run build` step above seems like it's only necessary for some user and environments, and not others; check for yourself if the server that `npm start` starts is hot-reloading correctly.)* + ### Running locally (as part of Scratch) So you've tried out your edits in the playground and they look good. You should now test with the rest of Scratch, to make sure that everything hooks up right, and so that you can use your custom paint editor to make costumes and sprites!