microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
711 stars 589 forks source link

Deploy to my own server #5463

Closed rafaeliga closed 7 months ago

rafaeliga commented 7 months ago

Hello there,

Can I deploy a version of this project to my own server?

I tried using pxt staticpkg, it works, but I'm having issues configuring login/authentication(client id, redirect url).

Thanks,

abchatra commented 7 months ago

This is open source so feel free. We don't offer official support or help for this scenario.

xuandac commented 6 months ago

@rafaeliga You deploy a version of this project to server success ? I also need to deploy the project to server. Can you help me how to implement it ?

rafaeliga commented 6 months ago

@xuandac Yes, I used pxt staticpkg to generate it compiled, but I cant get around the social network / login issues.

xuandac commented 6 months ago

@rafaeliga Thank you. I did it but now I can't connect to the device. Can you help me with this problem