Skip to content
Shaun Ellis edited this page Aug 11, 2015 · 12 revisions

Welcome to the 2016.code4lib.org wiki!

Here's how to get started and contribute:

  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 http://localhost:4000 to see your changes
  8. git add {changed-files}
  9. git commit -m "fixes issue #3"
  10. add your branch to the remote git push --set-upstream origin issue#24
  11. git checkout master
  12. go to https://github.com/code4lib/2016.code4lib.org
  13. make a pull request base:master and compare:issue-3
  14. wait for someone to test your changes and merge
  15. do the dance of joy

To update the public site with any new changes:

  1. make a pull request base:gh-pages and compare:master
  2. Master should be up to date; you can merge your own pull request here.
Clone this wiki locally