Skip to content

Latest commit

 

History

History
135 lines (119 loc) · 10.4 KB

README.md

File metadata and controls

135 lines (119 loc) · 10.4 KB

rty-docs

❤️ 在线预览 - preview ❤️

❤️ 国内访问地址 - 速度更快 ❤️

如何运行 - How to run

# 克隆代码 - clone code
$ git clone https://github.com/jgsrty/jgsrty.github.docs.git
$ cd jgsrty.github.docs

安装依赖 - Install dependencies

# 安装 - install
$ yarn install 

# 本地运行 - dev
$ npm run dev

# 发布线上 - prod
$ npm run sh