mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-06 04:58:18 +08:00
53 lines
804 B
Markdown
53 lines
804 B
Markdown
# lifeRestart
|
|
|
|

|
|
|
|
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. Command Line version
|
|
|
|
```bash
|
|
node repl
|
|
```
|
|
|
|
5. 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/)。
|