f0dfbfc3d7
RequirementsTest / build (windows-latest, 3.9) (push) Has been cancelled
RequirementsTest / build (macos-latest, 3.9) (push) Has been cancelled
RequirementsTest / build (ubuntu-latest, 3.9) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Pylint / build (3.9) (push) Has been cancelled
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
|
|
```
|
|
|