git clone [email protected]:campjs/campjs-vi.git
git checkout gh-pages
make
Then view the site with something like st
(or your favourite static site server):
st -nc -p 8090 -i index.html
Look in the src/
directory for an appropriately titled .jade
file and go from there. The session data is downloaded and synchronized from lanyrd so the best place to ensure session information is up to date is there.
To be completed.