Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 394 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 394 Bytes

个人博客

使用方法

首先克隆仓库代码:

$ git clone https://github.com/ihoneys/ihoneys.github.io.git

安装依赖:

$ cd ihoneys.github.io
$ yarn install
# 或使用 npm install,下同

启动项目:

$ yarn start

构建项目:

# 同时构建中文和英文版
$ yarn build

# 只构建中文版
$ yarn build-cn