This is CatLib's documentation site.The document was built using hexo. Document content in the source folder, Written in Markdown format.
Browse the online version of the CatLib documentation.
CloneDocumentation
$ git clone https://github.com/CatLib/catlib-en.io.git- Installation dependency package
$ cd catlib-en.io && npm install- Start the developer server
$ hexo sIf you open your browser and access http://localhost:4000, you should see the documentation site is up and running.
Environmental: node-gyp
- Installation
windows-build-tools(Only windows)
npm install -g -production windows-build-tools- Installation
node-gyp
npm install -g node-gyp- Restart your command line
Installation dependency package
- Installation
js-yaml
$ npm install js-yaml --save-dev- Installation
nodejieba
$ npm install nodejieba --save-devThe search function will take effect automatically when the dependency package is installed.
We welcome contributions in any form and your contributions will be included in the contributor list. If you want to contribute, please fork this library and submit the contribution as pull request.