mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Merge pull request #363 from geppy/remove-vestigial-instructions
Removed reference to `StartServerWindows.bat`
This commit is contained in:
commit
f90827d5f1
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ Open a Command Prompt or Terminal in the repository and run:
|
||||||
```bash
|
```bash
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
Or on Windows:
|
|
||||||
```bash
|
|
||||||
StartServerWindows.bat
|
|
||||||
```
|
|
||||||
|
|
||||||
## Playground
|
## Playground
|
||||||
To run the Playground, make sure the dev server's running and go to [http://localhost:8073/](http://localhost:8073/) - you will be directed to the playground, which demonstrates various tools and internal state.
|
To run the Playground, make sure the dev server's running and go to [http://localhost:8073/](http://localhost:8073/) - you will be directed to the playground, which demonstrates various tools and internal state.
|
||||||
|
|
Loading…
Reference in a new issue