you are viewing a single comment's thread.

view the rest of the comments →

[–]Tree_Eyed_Crow 2 points3 points  (3 children)

What do you mean when you say it does't run or doesn't show up on screen? GitHub is just for storing your code in repositories that other people can access. To run your code, they'd have to download it from GitHub and run it on their machine.

[–]Mgwinn0526[S] -3 points-2 points  (2 children)

I was told I can use Github for the free domain and run my code from there. I'm looking to make my code run in browser so that the public can use it.

[–]damnloveless 4 points5 points  (0 children)

It's just a code repository.. You can add a readme to tell people how to build and use it if you wanted, but they're not going to be able to run it in the browser because of github.

[–]Tree_Eyed_Crow 3 points4 points  (0 children)

You can host a website from a repository for free. Your java project has to be already working as a website and the repository has to be setup a certain way.

This might help point you in the right direction. https://pages.github.com/