Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 477 Bytes

Static MakeCode Editor (PXT) for Calliope mini

PXT as a static web page. You can download and run in a local web server.

This is an interesting alternative for single-user offline use of the editor.

Example

Clone the repository.

git clone https://github.com/calliope-mini/pxt-calliope-static

Install a simple web server and run it.

npm install -g serve
serve pxt-calliope-static/release

Open Editor: http://127.0.0.1:5000.