The Koa website.
We store documentation in the koajs/koa repo so that they are versioned along with the changes, if you'd like to contribute to the documentation please edit the markdown files in the koa repository.
To build the site run:
$ npm install
$ make -j4
$ open index.html