mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
added note about npm run build to README (#801)
This commit is contained in:
parent
5ae3ade49b
commit
5756c2ef50
1 changed files with 3 additions and 0 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue