This is a place for documenting the team practices we follow at DCE.
For more detailed techincal recipes, please see our Recipe book
This site is built with jekyll via github pages. You can see the output at http://curationexperts.github.io/playbook.
- Clone this repository from github
- Run
bundle install
to install required gems, e.g., jekyll - Run
jekyll serve
and openhttp://localhost:4000
to see this repository as built with jekyll - Check out a new branch and make your changes there.
- Issue a pull request and tag another team member to merge your changes.