This commit is contained in:
2021-04-27 10:25:06 +08:00
parent f67c0728df
commit 641f948eeb
+56 -2
View File
@@ -1,2 +1,56 @@
# code-docs 中文   |   [English](./README.md)
code-docs
<h1 align="center"> Code-Docs </h1>
<h3 align="center">这里是一些技术人的编程文档。</h3>
---
<p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License MIT"></a>
</p>
# 预览
[![sykhy4.md.png](https://s3.ax1x.com/2021/01/17/sykhy4.md.png)](https://imgchr.com/i/sykhy4)
# 简介
基于React,使用Docusaurus构建,官网:[[docs.yaoyuan.io]](http://docs.yaoyuan.io/)
# 在线体验
- [[首页地址]](http://docs.yaoyuan.io/)
# 部署
## [一]、开发环境配置
```
// 需Node 12以上,Git。
```
## [二]、下载代码
```
// Github - https://gitee.com/chuyaoyuan/code-docs.git
```
## [三]、运行启动(默认使用H2数据库,可以在配置文件切换MYSQL)
```
// 1、代码导入IDE
npm install or cnpm install
// 2、启动服务
npm run serve
// 4、访问地址
http://localhost:3000
```
## [四]、开源协议
[MIT](https://opensource.org/licenses/MIT)