# Life Restart
English | [简体中文](./README-zh_CN.md)
## Introduction
- Game Life Restart
## Usage
Web Version
```bash
# 1. Clone project code.
git clone git@github.com:VickScarlet/lifeRestart.git my-project
cd my-project
# 2. Installation dependence.
pnpm install
# 3. Transform XLSX
pnpm xlsx2json
# 4. Start local dev server.
pnpm dev
```
After the startup is complete, open a browser and visit [http://localhost:5173](http://localhost:5173).
Command Line Version
```bash
node repl
```
## Other Version
Versions
- Cocos Ver: [gameall3d/LifeRestart_Cocos](https://github.com/gameall3d/LifeRestart_Cocos)
> More instructions at [documentation](https://liferestart.syaro.io/).