Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 439 Bytes

README_zh_CN.md

File metadata and controls

25 lines (16 loc) · 439 Bytes

Eosforce 开发者文档


https://eosforce.github.io/Documentation/#/

本文档基于docsify文档系统

安装 docsify-cli:

sudo npm i docsify-cli -g

国内npm较慢,可以使用cnpm

从github上拉取项目,使用docsify可以在本地启动

git https://github.com/eosforce/Documentation.git
cd Documentation/docs
docsify serve .

访问 http://127.0.0.1:3000.