readme
This commit is contained in:
@@ -1,2 +1,56 @@
|
||||
# code-docs
|
||||
code-docs
|
||||
中文 | [English](./README.md)
|
||||
|
||||
<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>
|
||||
|
||||
# 预览
|
||||
[](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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user