pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
26 lines (14 loc) • 650 B
Markdown
MakeCode uses [GitHub Pages](https://pages.github.com/) to convert your repository into a full web site!
The **pages** web site will either show the rendered `README.md` file; or the compiled game running in full screen for Arcade.
https://youtu.be/vkOWnBfBqak
It may take up to 10 minutes for updates to be reflected on the GitHub pages web site.
By default, MakeCode overrides the supporting files to render the pages project in each release. You can disable this behavior by adding this code in ``pxt.json``:
```
disableTargetTemplateFiles: true
```