mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 12:28:16 +08:00
docs: 二次开发简单说明
This commit is contained in:
parent
d1d7c6b2f0
commit
dd78308485
31
README.md
31
README.md
|
@ -52,6 +52,37 @@ vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地
|
|||
- [ ] 该游戏似乎涉嫌抄袭,考证后补充来源说明
|
||||
- [ ] 桌面应用
|
||||
|
||||
## 二次开发
|
||||
|
||||
### 环境准备
|
||||
|
||||
安装以下内容
|
||||
|
||||
- [git](https://git-scm.com/)
|
||||
- [node](https://nodejs.org/en/)
|
||||
|
||||
### 克隆仓库
|
||||
|
||||
直接克隆本仓库或者 fork
|
||||
|
||||
```shell
|
||||
git clone https://github.com/StreakingMan/solvable-sheep-game.git
|
||||
```
|
||||
|
||||
### 依赖安装
|
||||
|
||||
克隆到本地后,在项目内敲命令
|
||||
|
||||
```shell
|
||||
yarn install
|
||||
```
|
||||
|
||||
### 调试运行
|
||||
|
||||
```shell
|
||||
yarn dev
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE.md)
|
||||
|
|
Loading…
Reference in New Issue
Block a user