-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Shaun Ellis edited this page Jul 14, 2015
·
12 revisions
Welcome to the 2016.code4lib.org wiki!
Here's how to get started and contribute:
- cd to repo root and
git pull
bundle install
bundle exec jekyll serve
- check localhost:4000
- git checkout -b issue-3
- make changes
- check http://localhost:4000 to see your changes
git add {changed-files}
git commit -m "fixes issue #3"
git push
git checkout master
- go to https://github.com/code4lib/2016.code4lib.org
- make a pull request base:gh-pages and compare:master
- wait for someone to test your changes and merge
- do the dance of joy