github pages

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

github pages

Post by op12no2 »

Hi all,

Apologies if i'm late to the party but just wanted to note how awesome github pages are if you are a javascript developer. Because as well as hosting your code in a repo, the pages component of the repo can host an associated static website, which of course implies the app itself for javascript projects.

e.g.

lozza ui repo code: https://github.com/op12no2/lozza-ui
lozza ui repo pages: https://op12no2.github.io/lozza-ui

How cool is that!