lifeRestart
English | 简体中文
Introduction
- Game Life Restart
Usage
Web Version
- Clone project code.
git clone git@github.com:VickScarlet/lifeRestart.git my-project
cd my-project
- Installation dependence.
yarn install
Or
npm install
- Start local server.
yarn dev
Or
npm run dev
- After the startup is complete, will automatically open a browser and visit http://localhost:8081/view/index.html.
- 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。