Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1008 Bytes

File metadata and controls

60 lines (39 loc) · 1008 Bytes

lifeRestart

Discord

English | 简体中文

Introduction

  • Game Life Restart

Usage

Web Version

  1. Clone project code.
git clone git@github.com:VickScarlet/lifeRestart.git my-project
cd my-project
  1. Installation dependence.
yarn install

Or

npm install
  1. Start local server.
yarn dev

Or

npm run dev
  1. After the startup is complete, will automatically open a browser and visit http://localhost:8081/view/index.html.
  2. Production Usage
yarn build

after that, you will get a dist folder. Copy the dist folder to whatever server you want and set the index url to view/index.html. GOOD LUCK!

Command Line Version

node repl

More instructions at documentation