mirror of
https://github.com/google/blockly.git
synced 2026-01-13 20:07:08 +01:00
20 lines
261 B
Markdown
20 lines
261 B
Markdown
# Zelos Rendering / PXT-Blockly Comparison Playground
|
|
|
|
## Dependencies
|
|
```
|
|
npm install -g http-server
|
|
```
|
|
|
|
## Running the Playground:
|
|
|
|
In Blockly's root directory, run:
|
|
```
|
|
http-server ./
|
|
```
|
|
|
|
and browse to:
|
|
```
|
|
http://127.0.0.1:8080/tests/rendering/zelos
|
|
```
|
|
|