Skip to content

wi-wissen/pxt-calliope-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. Be aware that you need for your first start an internet connection. This is for compiling the first hex file on a Microsoft server.

Online

calliope-editor.yak9.de shows the gh-pages branch.

Local

Clone the repository.

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

Install a simple web server and run it.

npm install -g http-server
http-server -c-1 pxt-calliope-static/release

Open Editor: http://127.0.0.1:8080.

  • reset button works now as start/stop button
  • removed tracking
  • removed unused (and incomplete?) docs
  • added compiled hex for futher use
  • changed branding
  • included google fonts
  • added help menu
  • added help for usb
  • replaced toc and privacy documents

ToDos

  • get offline mode working
  • get excercises/tutorials inside editor working. (see here)

About

PXT as a static web page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 11.3%
  • HTML 0.9%