It resembles programming koans — you fork a repository and run tests to see if you succeeded:
>At the start of every chapter, you should go to Github and fork the chapters repository. There will be a link to the appropriate repository at the beginning of every chapter. You then clone your own fork of the repository and start working with the exercises when you encounter them among the material. You create commits and maybe push them in to your own fork while working. You also run the tests with lein midje to see if they pass.
Note that they mean the "chapter's" repository, not a "chapters repository" that contains everything.
Grading is done separately: a continuous integration tool runs your assignment and replies with your grade.
>When you want your answers graded, you push all of your work with git push. You then go to Github and send a pull request. At this point, Travis kicks in. It runs the tests for your code and then comments on the pull request whether the tests passed or failed. A link is also provided to see the nitty-gritty details.