Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 347 Bytes

KENDRYTE DOCUMENT PROJECT

How to build

Install gitbook.

npm install gitbook-cli -g

Clone this project.

git clone https://github.com/kendryte/kendryte-doc-ds.git

Build this project and view it in web browser, $LANG is your current language.

cd kendryte-doc-ds/$LANG
gitbook install
gitbook serve