microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
476 stars 204 forks source link

Inquiries about running a MakeCode Arcade clone site #6379

Open hopse31c opened 4 months ago

hopse31c commented 4 months ago

I would like to create a clone site of MakeCode Arcade using the source from https://github.com/microsoft/pxt-arcade.

I built the source of pxt-arcade and made it into a static webpage using ptx staticpkg command. During this process, the simulator was not built along with it, so I changed the simulator path to https://trg-arcade.userpxt.io/---simulator.

The purpose of creating this site is to localize existing tutorials and add new tutorials to educate students. For reference, I've created a temporary site at https://pxt-arcade.web.app/, which is not yet complete. On that site, I've partially translated some tutorials such as "Chase the pizza(피자를 쫒아라)", Collecting Clovers(클로버 모으기)" into Korean.

I'm concerned that using the site in this way, even for educational purposes, may violate Microsoft open source policy. I changed the logo to not use the Microsoft branding, and I'm planning on not having Microsoft anywhere else. And the first hero banner says, "This site was built using Microsoft's MakeCode Arcade.(본 사이트는 Microsoft의 MakeCode Arcade를 이용해 제작되었습니다.)" If I'm doing something wrong and shouldn't be running the site, or if there's something I should change, please let me know. I'll make sure to incorporate your request as soon as I hear from you. Thank you.

Sulkar commented 3 months ago

Hello, when i run pxt staticpkg i get the error: ENOENT: no such file or directory, scandir 'public'. (#5751) How did you fix this? Thanks