the current github language colors, sorted alphabetically and by hue
-
clone and cd into this repo
git clone https://github.com/hoosieree/github-colors-live cd github-colors-live
-
use
elm-package
to download the libraries used byLiveColors.elm
elm-package install
-
compile and put the resulting js where our
index.html
knows to look for itelm-make LiveColor.elm --output vendor/elm.js
-
start the elm server
elm-reactor
-
browse to
localhost:8000/index.html
to see the page