-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run #26
Comments
Depends on what you're writing. In general, you need a compiler/interpreter/runtime for the language you're using. For example, in my own project, I have a remote server which I connect to via SFTP with chrome OS's Secure Shell app, mounting the remote server as a drive on my chromebook. Then I open a directory on that server as a project in Codepad, make my edits, and run the program on that server (using Secure Shell to issue commands). |
is there an easier way of seeing the code in your browser? I just found this and love it compared to other apps for coding on Chromebooks. I just want to be able to view the work I did for my class in the browser so like HTML pages and little games that I need to code for it. |
If you're doing purely front-end stuff, you could have your files stored locally, open and edit them with Codepad, and then view them in chrome (you may have to right click -> view on your HTML file in the Files window to get it to open in Chrome) |
does this aply to python code? |
See #35. |
How do I run the code I make?
The text was updated successfully, but these errors were encountered: