Files
blockly/tests/rendering/zelos/README.md
Sam El-Husseini 4aadaeb3ab Add zelos / pxtblockly comparison playground (#3402)
* Add zelos / pxtblockly comparison tests
2019-11-05 16:52:56 -08:00

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
```