やり直すんだ。そして、次はうまくやる。 https://liferestart.syaro.io
  • JavaScript 99.8%
  • HTML 0.2%
Find a file
dependabot[bot] 59a10587a7 Bump @isaacs/brace-expansion
Bumps the npm_and_yarn group with 1 update in the / directory: @isaacs/brace-expansion.


Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1

---
updated-dependencies:
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-07 21:48:26 +08:00
.github Add Dependabot configuration for updates 2025-09-24 17:45:01 +08:00
.vscode update: toolchan 2025-04-05 17:27:00 +08:00
data add: support template prop 2026-01-26 14:47:35 +08:00
design Squashed commit of the following: 2021-12-31 20:31:26 +08:00
laya change: ui 2025-04-05 12:35:59 +08:00
public delete: unuse 2025-04-06 20:38:54 +08:00
repl update: toolchan 2025-04-05 17:27:00 +08:00
src add: support template prop 2026-01-26 14:47:35 +08:00
template remove: unuse 2025-04-05 17:43:21 +08:00
.dockerignore support build docker images (#358) 2021-12-10 17:38:45 +08:00
.gitignore update: toolchan 2025-04-05 17:27:00 +08:00
Dockerfile support build docker images (#358) 2021-12-10 17:38:45 +08:00
favicon.ico Squashed commit of the following: 2021-12-31 20:31:26 +08:00
index.html update: use min lib 2025-04-05 18:37:04 +08:00
jsconfig.json delete: unuse 2025-04-06 20:38:54 +08:00
LICENSE LICENSE 2021-08-15 11:04:05 +08:00
lifeRestart.laya Squashed commit of the following: 2021-12-31 20:31:26 +08:00
package.json update: dependencies 2026-01-26 17:50:24 +08:00
pnpm-lock.yaml Bump @isaacs/brace-expansion 2026-02-07 21:48:26 +08:00
README-zh_CN.md update: readme 2025-04-05 18:26:55 +08:00
README.md update: readme 2025-04-05 18:26:55 +08:00
vite.config.js change: vite build base 2025-04-05 17:47:35 +08:00

Life Restart

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

# 2. Installation dependence.
pnpm install

# 3. Transform XLSX
pnpm xlsx2json

# 4. Start local dev server.
pnpm dev

After the startup is complete, open a browser and visit http://localhost:5173.

Command Line Version
node repl

Other Version

Versions

More instructions at documentation.