Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyunWorkbench committed Sep 7, 2021
0 parents commit 680fb31
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# lifeRestart

<a href="https://discord.gg/U3qrf49NMQ"><img src="https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge" /></a>

English | [简体中文](./README-zh_CN.md)

## Introduction

- Game Life Restart

## Usage

### Web Version

1. Clone project code.

```bash
git clone [email protected]: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/)

0 comments on commit 680fb31

Please sign in to comment.