-
Browse the commits in this repo by clicking on the commits tab up there
-
Jump to the sequencially labeled branches to see the major milestones of the project
- Install NodeJS
- Run
npm install -g mocha
at your command line (this command requires admin privileges) - Clone this repo
cd
into the folder of this repo- run
npm install
from within the folder of this repo - run
mocha -w
from within the folder of this repo and watch the tests pass - follow along with me as I break tests and fiddle with things
- fiddle with things yourself