From dd78308485754c1eecc482e77a5e1bdd5005d188 Mon Sep 17 00:00:00 2001 From: streakingman Date: Wed, 21 Sep 2022 17:28:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BA=8C=E6=AC=A1=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 050cab2..30d1b27 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 扫二维码或pc 浏览器体验 **声明:本项目仅供交流,禁止商用!否则后果自负。基于此项目的二创都是欢迎的,但非二创请不要删除原仓库地址 -(啥都不改唯独删除来源我真的会谢🙄️,请尊重他人劳动成果)** +(啥都不改唯独删除来源我真的会谢 🙄️,请尊重他人劳动成果)** ![qrcode.png](qrcode.png) @@ -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)