Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 397 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 397 Bytes

Koajs.com

The Koa website.

Contributing

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.

Building

To build the site run:

$ npm install
$ make -j4
$ open index.html