thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.7k stars 178 forks source link

Run botton not present #1029

Open giumar11 opened 2 months ago

giumar11 commented 2 months ago

Just buyed the app but I didnt get the run botton. How can a I run my app instead? Should I get another version for the run botton?

bummoblizard commented 2 months ago

Make sure the program you are writing is supported and have the correct extension in the filename (for example .py for Python). You can see the list of supported languages here: https://code.thebaselab.com/extras/supported-languages

For Node.js or other custom programs, use the terminal to execute the program as documented.