+ 6
How can we run github repositories ? Does github provide any way, or any other platform which we can use for execution of code?
I just created an account on GitHub and i write a code "hello world" May I know, how I will run this code for checking it's working are not?
24 ответов
+ 17
GitHub only contains files. This service can't run any application or check and compile code.
+ 28
You can import your github repositories at "Gitpod" and execute at their cloud platform.
https://www.gitpod.io/
also their are many other online platform where you can import github code through terminal and execute that.
+ 12
You can't run codes on GitHub. The only thing that you can do is hosting a static website. Other than that, everything else is just files, you'll have to clone it in your local computer and run it.
+ 8
Olivia if you already bought a domain name, all you have to do is change some DNS records. You can find a tutorial in the official documentation of GitHub pages.
+ 6
Olivia by default you get a custom domain name, something like: username.github.io/repository_name
However, it is obviously long and not professional. If you want to link an external domain, you'll have to modify some settings, but these changes are very easy to make.
+ 5
Дмитрий Березин Thank you very much ...
I try my best but I didn't get many answers that's why I posted it there
+ 4
GAWEN STEASY wow thank you very much
+ 4
Aymane Boukrouh [INACTIVE] thank you very much I will try to do this ... And inform you
+ 4
Hi everyone. I've already tried several methods. GitHub desktop is the best and easiest for anyone. Also try new GitHub app for mobile.
+ 3
Aymane Boukrouh [INACTIVE] Thank you so much ... Is GitHub offering any free domains services are we need to use my own domain?
+ 3
If you want launch website on github you can try github pages. For detail guides you should go to http://github.com
+ 3
Mirielle👽 thank you
+ 3
Coder it's okay 👍 thank you for your help guys ...
+ 2
Дмитрий Березин oh thank you I got it ... My I know how I get domain and contact with it?
+ 2
You can host static sites (HTML, CSS) on https://pages.github.com/
+ 2
You can cannot run your codes buy if it is regarding to web development then you can static websites where you need to set your github repo as example.github.io
+ 2
Abash Shah thanks
+ 2
GitHub is a platform to store your code and make it available to the open source community. It uses git technology for version control.
To run these codes you can copy or clone the code and run it locally or using online compilers.
+ 2
You generally clone the repository on your local machine and run it there.
+ 1
Naveen bisai thank you