Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

setting up a demo page on github

Tags:

Is there a way to set up a demo page on a github project?

I see people having demo pages on google code, is there any way to also do that on github?

I only need it to do html css and js nothing server sided.

I'm trying to set up a multi-page ajax plugin so jsfiddle won't really help.

like image 886
qwertymk Avatar asked May 03 '12 12:05

qwertymk


People also ask

How do I create a demo project in GitHub?

html file in that repository, when people go to http://john.github.com they are supposed to see that index. html file. So what you need to do is, create a repository named <your_username>. github.com and put your demo files there.

How do I view a GitHub demo?

You can view it by downloading the repo files to your computer and running it in your local browser by opening the files with your preferred browser. But how do I run it in a local browser? For example, right clicking the file demo/index.


1 Answers

Try to look at github pages using custom domains: http://help.github.com/pages/

Custom Domains

Let’s say you own the domain name example.com. Furthermore, your GitHub username is “charlie” and you have published a User Page at http://charlie.github.com/. Now you’d like to load up http://example.com/ in your browser and have it show the content from http://charlie.github.com/

like image 162
Fabrizio Calderan Avatar answered Sep 20 '22 17:09

Fabrizio Calderan