Skip to content

kickbutts/pxt-calliope-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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.

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 http-server
http-server -c-1 pxt-calliope-static/release

Open Editor: http://127.0.0.1:8080.

About

PXT as a static web page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.0%
  • HTML 41.3%
  • CSS 6.7%