# reopen-simulator **Repository Path**: carrymumu/reopen-simulator ## Basic Information - **Project Name**: reopen-simulator - **Description**: 改了部分lifeRestart的代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lifeRestart ![Discord](https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge) [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 ``` 5. 控制台版本 ```bash node repl ``` 5. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。 > 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。