Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 740 Bytes

README-zh_CN.md

File metadata and controls

46 lines (29 loc) · 740 Bytes

lifeRestart

Discord

English | 简体中文

简介

  • Game Life Restart

使用

  1. 下载项目代码。
git clone https://github.com/VickScarlet/lifeRestart.git my-project
cd my-project
  1. 进入目录安装依赖。
yarn install

或者

npm install
  1. 启动本地服务器。
yarn dev

或者

npm run dev
  1. 启动完成后会自动打开浏览器访问 http://localhost:8081/view/index.html

更多信息请参考 官网文档