First level, the introduction is in 0.0.1:
$ git checkout tags/0.0.1
Second level, the actual level is in 0.0.2:
$ git checkout tags/0.0.2
Add export PATH="./node_modules/.bin:$PATH" to ~/.bashrc or ~/.profile
npm init
npm install --save-dev jasmine
jasmine init
Run with npm test or jasmine