mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-10 21:41:05 -04:00
Update dev server to only serve the playground
Now that we don't rely on node_modules, we can update the content base to just `playground` and just look at it from http://localhost:8080/
This commit is contained in:
parent
e9cb0a5102
commit
6b1d2a8eb6
7 changed files with 19 additions and 18 deletions
|
@ -35,7 +35,7 @@ StartServerWindows.bat
|
|||
```
|
||||
|
||||
## Playground
|
||||
To run the Playground, make sure the dev server's running and go to [http://localhost:8080/](http://localhost:8080/) - you will be redirected 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:8080/](http://localhost:8080/) - you will be directed to the playground, which demonstrates various tools and internal state.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue