# jgsrty.github.docs **Repository Path**: RtyXmd/jgsrty.github.docs ## Basic Information - **Project Name**: jgsrty.github.docs - **Description**: personal blog docs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-11-14 - **Last Updated**: 2024-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rty-docs > :heart: [在线预览 - preview](https://jgsrty.github.io/) :heart: > :heart: [国内访问地址 - 速度更快](https://rtyxmd.gitee.io/) :heart: #### 如何运行 - 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 ``` ```