Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 255 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 255 Bytes

NocoBase Documentation

Development

git clone https://github.com/nocobase/docs.git
cd docs
yarn install
# 运行中文文档
yarn dev
# or run en-US document
yarn dev:en

Note: yarn dev and yarn dev:en cannot be run at the same time