Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 591 Bytes

Readme.md

File metadata and controls

23 lines (16 loc) · 591 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.

Translation

Chinese

Maintained by 印记中文翻译团队,any updates, please submit pull request to this repository

Building

To build the site run:

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