Skip to content
Shaun Ellis edited this page Jul 14, 2015 · 12 revisions

Welcome to the 2016.code4lib.org wiki!

Here's how to get started:

  1. cd to repo root and git pull
  2. bundle install
  3. bundle exec jekyll serve
  4. check localhost:4000
  5. git checkout -b issue-3
  6. make changes
  7. check localhost:4000
  8. git add {changed-files}
  9. git commit -m "fixes issue #3"
  10. git push
  11. git checkout master
Clone this wiki locally