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
  12. go to https://github.com/code4lib/2016.code4lib.org
  13. make a pull request base:gh-pages and compare:master
  14. wait for someone to test your changes and merge
  15. do the dance of joy
Clone this wiki locally