Reactjs in Meteor中文文档

Reactjs in Meteor

中文文档

英文文档

How to run doc site locally

zh: Running the docs site use gitbook

  1. Install gitbook: npm install gitbook -g
  2. Run gitbook serve from the root of the repository

en: Running the docs site use mkdocs

  1. Install mkdocs: pip install mkdocs
  2. Run mkdocs serve from the root of the repository