This is a place for documenting the practices we follow at DCE.
For more general practices, please see our Playbook
This site is built with jekyll via github pages. You can see the output at https://curationexperts.github.io/recipes/.
- 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.