# lifeRestart
**Repository Path**: bubaishaolong/life-restart
## Basic Information
- **Project Name**: lifeRestart
- **Description**: 重新来过。然后,接下来要顺利进行
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://github.com/VickScarlet/lifeRestart
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-13
- **Last Updated**: 2023-06-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Life Restart
[English](./README.md) | 简体中文
## 简介
- Game Life Restart
## 使用
网页版
1. 下载项目代码。
```bash
git clone https://github.com/VickScarlet/lifeRestart.git my-project
cd my-project
```
2. 进入目录安装依赖。
```bash
yarn install
```
或者
```bash
npm install
```
3. 启动本地服务器。
```bash
yarn dev
```
或者
```bash
npm run dev
```
4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。
控制台版本
```bash
node repl
```
## 其他版本
版本列表
- Cocos版:[gameall3d/LifeRestart_Cocos](https://github.com/gameall3d/LifeRestart_Cocos)
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。