# life_restart **Repository Path**: icebabby/life_restart ## Basic Information - **Project Name**: life_restart - **Description**: 方便下载并处理无法执行问的问题 如果无法正常运行请私信我 源码地址:https://github.com/VickScarlet/lifeRestart.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-08 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lifeRestart English | [简体中文](./README-zh_CN.md) ## Introduction - Game Life Restart ## Usage ### Web Version 1. Clone project code. ```bash git clone git@github.com:VickScarlet/lifeRestart.git my-project cd my-project ``` 2. Installation dependence. ```bash yarn install ``` Or ```bash npm install ``` 3. Start local server. ```bash yarn dev ``` Or ```bash npm run dev ``` 4. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html). ### Command Line Version ```bash node repl ``` > More instructions at [documentation](https://liferestart.syaro.io/)。