mirror of
https://github.com/LaokeQwQ/lifeRestart.git
synced 2026-06-03 17:10:18 +08:00
やり直すんだ。そして、次はうまくやる。
https://liferestart.syaro.io
- JavaScript 99.8%
- HTML 0.2%
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> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| data | ||
| design | ||
| laya | ||
| public | ||
| repl | ||
| src | ||
| template | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| favicon.ico | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE | ||
| lifeRestart.laya | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README-zh_CN.md | ||
| README.md | ||
| vite.config.js | ||
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
More instructions at documentation.