mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-22 03:58:22 +08:00
57 lines
1.0 KiB
Markdown
57 lines
1.0 KiB
Markdown
# Life Restart
|
||
|
||
<a href="https://discord.gg/U3qrf49NMQ"><img src="https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge" /></a>
|
||
|
||
[English](./README.md) | 简体中文
|
||
|
||
## 简介
|
||
|
||
- Game Life Restart
|
||
|
||
## 使用
|
||
|
||
<details>
|
||
<summary><strong>网页版</strong></summary>
|
||
<br />
|
||
|
||
```bash
|
||
# 1. 下载项目代码
|
||
git clone https://github.com/VickScarlet/lifeRestart.git my-project
|
||
|
||
# 2. 进入目录安装依赖
|
||
cd my-project
|
||
pnpm install
|
||
|
||
# 3. 转换XLSX表
|
||
pnpm xlsx2json
|
||
|
||
# 4. 启动本地开发服务器
|
||
pnpm dev
|
||
```
|
||
|
||
启动完成后打开浏览器访问 [http://localhost:5173](http://localhost:5173)。
|
||
|
||
</details>
|
||
|
||
<details>
|
||
<summary><strong>控制台版本</strong></summary>
|
||
<br />
|
||
|
||
```bash
|
||
node repl
|
||
```
|
||
|
||
</details>
|
||
|
||
## 其他版本
|
||
|
||
<details>
|
||
<summary><strong>版本列表</strong></summary>
|
||
<br />
|
||
|
||
- Cocos版:[gameall3d/LifeRestart_Cocos](https://github.com/gameall3d/LifeRestart_Cocos)
|
||
|
||
</details>
|
||
|
||
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。
|