did not find the buttons to build APP released to each platform
Set up an online microstudio locally for students to use, but did not find the buttons to build APP released to each platform.
Set up an online microstudio locally for students to use, but did not find the buttons to build APP released to each platform.
Build doesn't work in the offline version. You can export your project and import in the online version to use the needed infrastructure provided by Gilles.
The local version of MicroStudio does not have export to the application. There is only export to HTML - so you can publish it on any website.
In my opinion, this is due to the complicated process of building applications from javascript code.
Here is a description of how to make MicroStudio a standalone application.
https://microstudio.dev/community/articles/recipe-standalone-microstudio-app/243/
I think it's similar when creating applications from what you write in MicroStudio. First, it is exported to HTML and then wrapped in "elektoron".
If you need an application, you can always export your project to a zip file, transfer it to the MicroStuio official website and create the application from there.