docs: update README.md

This commit is contained in:
Brayn Lee
2021-09-05 02:34:43 +08:00
committed by 神戸小鳥
parent 0195c857d5
commit 7e808e1bde
2 changed files with 90 additions and 2 deletions

View File

@@ -1,4 +1,46 @@
# lifeRestart
Game Life Restart
![Discord](https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge)
![Discord](https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge)
English | [简体中文](./README-zh_CN.md)
## Introduction
- Game Life Restart
## Usage
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).
> More instructions at [documentation](https://liferestart.syaro.io/)。