Reactjs in Meteor
中文文档
英文文档
How to run doc site locally
zh: Running the docs site use gitbook
- Install gitbook:
npm install gitbook -g
- Run
gitbook serve
from the root of the repository
en: Running the docs site use mkdocs
- Install mkdocs:
pip install mkdocs
- Run
mkdocs serve
from the root of the repository